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
0323f2dd
Commit
0323f2dd
authored
Aug 31, 2017
by
xster
Committed by
GitHub
Aug 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Address comments (#11620)
parent
bb4f4070
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
date_picker.dart
packages/flutter/lib/src/material/date_picker.dart
+5
-2
No files found.
packages/flutter/lib/src/material/date_picker.dart
View file @
0323f2dd
...
...
@@ -27,8 +27,10 @@ import 'material_localizations.dart';
import
'theme.dart'
;
import
'typography.dart'
;
/// Initial display mode of the date picker dialog.
///
/// Date picker UI mode for either showing a list of available years or a
/// monthly calendar.
/// monthly calendar
initially in the dialog shown by calling [showDatePicker]
.
///
/// Also see:
///
...
...
@@ -36,6 +38,7 @@ import 'typography.dart';
enum
DatePickerMode
{
/// Show a date picker UI for choosing a month and day.
day
,
/// Show a date picker UI for choosing a year.
year
,
}
...
...
@@ -852,7 +855,7 @@ typedef bool SelectableDayPredicate(DateTime day);
///
/// An optional [initialDatePickerMode] argument can be used to display the
/// date picker initially in the year or month+day picker mode. It defaults
/// to month+day,
but
must not be null.
/// to month+day,
and
must not be null.
///
/// See also:
///
...
...
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