Unverified Commit 4d2dc5d6 authored by MrBirb's avatar MrBirb Committed by GitHub

Typo in EditableText strutStyle (#100474)

parent 742d981f
......@@ -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.
......
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