Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
flutter-cupertino-date-picker
Overview
Overview
Details
Activity
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
dart-package
flutter-cupertino-date-picker
Commits
3e3ab8cf
Commit
3e3ab8cf
authored
Oct 20, 2020
by
Rizal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit package
parent
6dc64a08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
lib/src/date_picker_theme.dart
+1
-1
No files found.
lib/src/date_picker_theme.dart
View file @
3e3ab8cf
...
...
@@ -20,7 +20,7 @@ const double DATETIME_PICKER_ITEM_HEIGHT = 36.0;
const
TextStyle
DATETIME_PICKER_ITEM_TEXT_STYLE
=
const
TextStyle
(
color:
Color
(
0xFF000046
),
fontSize:
16.0
);
class
DateTimePickerTheme
with
Diagnosticable
Mixin
{
class
DateTimePickerTheme
with
Diagnosticable
{
final
cancelDefault
=
const
Text
(
'OK'
);
/// DateTimePicker 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