Commit 3e3ab8cf by Rizal

edit package

parent 6dc64a08
...@@ -20,7 +20,7 @@ const double DATETIME_PICKER_ITEM_HEIGHT = 36.0; ...@@ -20,7 +20,7 @@ const double DATETIME_PICKER_ITEM_HEIGHT = 36.0;
const TextStyle DATETIME_PICKER_ITEM_TEXT_STYLE = const TextStyle DATETIME_PICKER_ITEM_TEXT_STYLE =
const TextStyle(color: Color(0xFF000046), fontSize: 16.0); const TextStyle(color: Color(0xFF000046), fontSize: 16.0);
class DateTimePickerTheme with DiagnosticableMixin { class DateTimePickerTheme with Diagnosticable {
final cancelDefault = const Text('OK'); final cancelDefault = const Text('OK');
/// DateTimePicker theme. /// DateTimePicker theme.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment