jhijri_picker
library
Functions
-
showGlobalDatePicker({required BuildContext context, PickerType pickerType = PickerType.JHijri, JDateModel? startDate, JDateModel? endDate, JDateModel? selectedDate, DatePickerMode? pickerMode, String? okButtonText, String? cancelButtonText, dynamic onOk(JPickerValue datetime)?, dynamic onChange(JPickerValue datetime)?, VoidCallback? onCancel, ThemeData? pickerTheme, Color? primaryColor, Color? backgroundColor, Color? calendarTextColor, Color? buttonTextColor, Color? cancelButtonColor, Color? okButtonColor, Radius? borderRadius, Widget? buttons, TextDirection? textDirection, Locale? locale, SelectableDayPredicate? selectableDayPredicate, JSelectableDayPredicate? jSelectableDayPredicate})
→ Future<JPickerValue?>
-