Fix typo in docs: EdgeInserts->EdgeInsets (#42445)

This commit is contained in:
Justin McCandless 2019-10-14 08:45:57 -07:00 committed by GitHub
parent 19899db223
commit e7ffac2d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -977,7 +977,7 @@ class EditableText extends StatefulWidget {
/// then it will attempt to make itself visible by scrolling a surrounding [Scrollable], if one is present.
/// This value controls how far from the edges of a [Scrollable] the TextField will be positioned after the scroll.
///
/// Defaults to EdgeInserts.all(20.0).
/// Defaults to EdgeInsets.all(20.0).
/// {@endtemplate}
final EdgeInsets scrollPadding;