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
600739d1
Unverified
Commit
600739d1
authored
Mar 15, 2018
by
Hans Muller
Committed by
GitHub
Mar 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix "my be entered" should be "may be entered" typo (#15540)
parent
50190d28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
input_decorator.dart
packages/flutter/lib/src/material/input_decorator.dart
+5
-5
No files found.
packages/flutter/lib/src/material/input_decorator.dart
View file @
600739d1
...
...
@@ -1436,7 +1436,7 @@ class _InputDecoratorState extends State<InputDecorator> with TickerProviderStat
}
return
lightEnabled
;
}
Color
_getDefaultIconColor
(
ThemeData
themeData
)
{
switch
(
themeData
.
brightness
)
{
case
Brightness
.
dark
:
...
...
@@ -1771,7 +1771,7 @@ class InputDecoration {
///
/// When the input field is empty and unfocused, the label is displayed on
/// top of the input field (i.e., at the same location on the screen where
/// text my be entered in the input field). When the input field receives
/// text m
a
y be entered in the input field). When the input field receives
/// focus (or if the field is non-empty), the label moves above (i.e.,
/// vertically adjacent to) the input field.
final
String
labelText
;
...
...
@@ -1800,7 +1800,7 @@ class InputDecoration {
/// Text that suggests what sort of input the field accepts.
///
/// Displayed on top of the input [child] (i.e., at the same location on the
/// screen where text my be entered in the input [child]) when the input
/// screen where text m
a
y be entered in the input [child]) when the input
/// [isEmpty] and either (a) [labelText] is null or (b) the input has the focus.
final
String
hintText
;
...
...
@@ -1808,7 +1808,7 @@ class InputDecoration {
///
/// Also used for the [labelText] when the [labelText] is displayed on
/// top of the input field (i.e., at the same location on the screen where
/// text my be entered in the input [child]).
/// text m
a
y be entered in the input [child]).
///
/// If null, defaults to a value derived from the base [TextStyle] for the
/// input field and the current [Theme].
...
...
@@ -2217,7 +2217,7 @@ class InputDecorationTheme extends Diagnosticable {
///
/// Also used for the [labelText] when the [labelText] is displayed on
/// top of the input field (i.e., at the same location on the screen where
/// text my be entered in the input field).
/// text m
a
y be entered in the input field).
///
/// If null, defaults to a value derived from the base [TextStyle] for the
/// input field and the current [Theme].
...
...
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