mode property Null safety
final
The mode of the date picker as one of CupertinoDatePickerMode. Defaults to CupertinoDatePickerMode.dateAndTime. Cannot be null and value cannot change after initial build.
Implementation
final CupertinoDatePickerMode mode;