JWesternDatePicker constructor
const
JWesternDatePicker({
- Key? key,
- JDateModel? selectedDate,
- JDateModel? startDate,
- JDateModel? endDate,
- DatePickerMode? pickerMode,
- String? okButtonT,
- String? cancelButtonT,
- Widget? headerTitle,
- dynamic onOk(
- HijriDate datetime
- dynamic onChange(
- HijriDate datetime
- VoidCallback? onCancel,
- ThemeData? themeD,
- Color? primaryColor,
- Color? backgroundColor,
- Color? calendarTextColor,
- Color? buttonTextColor,
- Radius? borderRadius,
- Widget? buttons,
- WidgetType widgetType = WidgetType.JDialog,
- TextDirection? textDirection,
- Locale? locale,
Implementation
const JWesternDatePicker(
{Key? key,
this.selectedDate,
this.startDate,
this.endDate,
this.pickerMode,
this.okButtonT,
this.cancelButtonT,
this.headerTitle,
this.onOk,
this.onChange,
this.onCancel,
this.themeD,
this.primaryColor,
this.backgroundColor,
this.calendarTextColor,
this.buttonTextColor,
this.borderRadius,
this.buttons,
this.widgetType = WidgetType.JDialog,
this.textDirection,
this.locale})
: super(key: key);