Commit 90d090e3 authored by Moein Porkamel's avatar Moein Porkamel Committed by Hans Muller

Fix typo (#28558)

parent 19a6a6f4
...@@ -2183,7 +2183,7 @@ class InputDecoration { ...@@ -2183,7 +2183,7 @@ class InputDecoration {
/// To create a collapsed input decoration, use [InputDecoration..collapsed]. /// To create a collapsed input decoration, use [InputDecoration..collapsed].
final bool isCollapsed; final bool isCollapsed;
/// An icon that that appears before the [prefix] or [prefixText] and before /// An icon that appears before the [prefix] or [prefixText] and before
/// the editable part of the text field, within the decoration's container. /// the editable part of the text field, within the decoration's container.
/// ///
/// The size and color of the prefix icon is configured automatically using an /// The size and color of the prefix icon is configured automatically using an
...@@ -2257,7 +2257,7 @@ class InputDecoration { ...@@ -2257,7 +2257,7 @@ class InputDecoration {
/// * [suffixStyle], the equivalent but on the trailing edge. /// * [suffixStyle], the equivalent but on the trailing edge.
final TextStyle prefixStyle; final TextStyle prefixStyle;
/// An icon that that appears after the editable part of the text field and /// An icon that appears after the editable part of the text field and
/// after the [suffix] or [suffixText], within the decoration's container. /// after the [suffix] or [suffixText], within the decoration's container.
/// ///
/// The size and color of the suffix icon is configured automatically using an /// The size and color of the suffix icon is configured automatically using an
......
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