From 19e16c2fcc4beefe3887287ff00529f79880d908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?WebPatient=C2=AE=20LLC?= <35635239+WebPatient@users.noreply.github.com> Date: Mon, 3 Aug 2020 16:07:49 -0400 Subject: [PATCH] Update date_picker_theme.dart --- lib/src/date_picker_theme.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/date_picker_theme.dart b/lib/src/date_picker_theme.dart index 08bfffc..19b963f 100644 --- a/lib/src/date_picker_theme.dart +++ b/lib/src/date_picker_theme.dart @@ -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 DiagnosticableMixin { +class DateTimePickerTheme with Diagnosticable { final cancelDefault = const Text('OK'); /// DateTimePicker theme.