Unverified Commit e7ffac2d authored by Justin McCandless's avatar Justin McCandless Committed by GitHub

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

parent 19899db2
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment