CupertinoDatePickerOptions constructor

const CupertinoDatePickerOptions({
  1. TransitionBuilder? builder,
  2. bool useRootNavigator = true,
  3. int minuteInterval = 1,
  4. bool showDayOfWeek = false,
  5. String? saveText,
  6. String? cancelText,
  7. String? modalTitleText,
  8. 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(),
});