Typo in EditableText strutStyle (#100474)

This commit is contained in:
MrBirb 2022-03-21 21:55:15 +03:00 committed by GitHub
parent 742d981f60
commit 4d2dc5d642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -713,7 +713,7 @@ class EditableText extends StatefulWidget {
/// to lock all lines to the height of the base [TextStyle], provided by
/// [style]. This ensures the typed text fits within the allotted space.
///
/// If null, the strut used will is inherit values from the [style] and will
/// If null, the strut used will inherit values from the [style] and will
/// have [StrutStyle.forceStrutHeight] set to true. When no [style] is
/// passed, the theme's [TextStyle] will be used to generate [strutStyle]
/// instead.