From 4d2dc5d642887c25afe80b79179573d34b65d5eb Mon Sep 17 00:00:00 2001 From: MrBirb <67576036+MrBirb@users.noreply.github.com> Date: Mon, 21 Mar 2022 21:55:15 +0300 Subject: [PATCH] Typo in EditableText strutStyle (#100474) --- packages/flutter/lib/src/widgets/editable_text.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/editable_text.dart b/packages/flutter/lib/src/widgets/editable_text.dart index 9a12a01545..bce401f38f 100644 --- a/packages/flutter/lib/src/widgets/editable_text.dart +++ b/packages/flutter/lib/src/widgets/editable_text.dart @@ -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.