CupertinoDatePickerOptions class

Options to customize the CupertinoDatePicker.

Annotations

Constructors

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

Properties

builder TransitionBuilder?
The builder around the CupertinoPageScaffold. You can use it to override e.g. Localizations.
final
cancelText String?
The text to display on the cancel button.
final
hashCode int
The hash code for this object.
no setterinherited
minuteInterval int
See CupertinoDatePicker.minuteInterval.
final
modalTitleText String?
The text to display on the modal title.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveText String?
The text to display on the save button.
final
showDayOfWeek bool
See CupertinoDatePicker.showDayOfWeek.
final
style CupertinoDatePickerOptionsStyle
The style to use for the CupertinoDatePickerOptions.
final
useRootNavigator bool
Whether to use the root navigator or not when pushing the dialog.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited