Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
90d090e3
Commit
90d090e3
authored
Feb 27, 2019
by
Moein Porkamel
Committed by
Hans Muller
Feb 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo (#28558)
parent
19a6a6f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
input_decorator.dart
packages/flutter/lib/src/material/input_decorator.dart
+2
-2
No files found.
packages/flutter/lib/src/material/input_decorator.dart
View file @
90d090e3
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment