Fix typo (#28558)
This commit is contained in:
parent
19a6a6f431
commit
90d090e366
@ -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 {
|
|||||||
/// * [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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user