mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix typo in docs: EdgeInserts->EdgeInsets (#42445)
This commit is contained in:
parent
19899db223
commit
e7ffac2d67
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user