mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove scrollability by default (#75138)
This commit is contained in:
parent
91aad2bb06
commit
d128df5530
@ -438,13 +438,6 @@ class AlertDialog extends StatelessWidget {
|
||||
/// to overflow. Both [title] and [content] are wrapped in a scroll view,
|
||||
/// allowing all overflowed content to be visible while still showing the
|
||||
/// button bar.
|
||||
@Deprecated(
|
||||
'Set scrollable to `true`. This parameter will be removed and '
|
||||
'was introduced to migrate AlertDialog to be scrollable by '
|
||||
'default. For more information, see '
|
||||
'https://flutter.dev/docs/release/breaking-changes/scrollable_alert_dialog. '
|
||||
'This feature was deprecated after v1.13.2.'
|
||||
)
|
||||
final bool scrollable;
|
||||
|
||||
@override
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user