CupertinoDatePickerOptions constructor
const
CupertinoDatePickerOptions({
- TransitionBuilder? builder,
- int minuteInterval = 1,
- bool showDayOfWeek = false,
- String? saveText,
- String? cancelText,
- String? modalTitleText,
- CupertinoDatePickerOptionsStyle style = const CupertinoDatePickerOptionsStyle(),
Implementation
const CupertinoDatePickerOptions({
this.builder,
this.useRootNavigator = true,
this.minuteInterval = 1,
this.showDayOfWeek = false,
this.saveText,
this.cancelText,
this.modalTitleText,
this.style = const CupertinoDatePickerOptionsStyle(),
});