Remove scrollability by default (#75138)

This commit is contained in:
Shi-Hao Hong 2021-02-01 13:36:06 -08:00 committed by GitHub
parent 91aad2bb06
commit d128df5530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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