SilBottomDatePickerWidget constructor
const
SilBottomDatePickerWidget(
- String title, {
- DateTime? initialDateTime,
- void tapCancelFunc()?,
- void tapSureSeletedFunc(
- DateTime selectedTime
- double? height,
- CupertinoDatePickerMode? mode,
- DateTime? minimumDate,
- DateTime? maximumDate,
- int minimumYear = 1,
- int? maximumYear,
- bool use24hFormat = false,
- DatePickerDateOrder? dateOrder,
- Key? key,
- Color? themeColor,
Implementation
const SilBottomDatePickerWidget(this.title,
{this.initialDateTime,
this.tapCancelFunc,
this.tapSureSeletedFunc,
this.height,
this.mode,
this.minimumDate,
this.maximumDate,
this.minimumYear = 1,
this.maximumYear,
this.use24hFormat = false,
this.dateOrder,
Key? key,
Color? themeColor})
: super(key: key, themeColor: themeColor);