menu
flutter_easy package
documentation
utils/src/picker/time_picker/base_date_picker_constants.dart
DateValueCallback typedef
DateValueCallback typedef
dark_mode
light_mode
DateValueCallback
typedef
DateValueCallback
=
dynamic Function
(
DateTime
dateTime
,
List
<
int
>
selectedIndex
)
Implementation
typedef DateValueCallback = Function(DateTime dateTime, List<int> selectedIndex);
flutter_easy package
documentation
utils/src/picker/time_picker/base_date_picker_constants
DateValueCallback typedef
base_date_picker_constants library