mode property
The mode of the DateTimeField.
Depending on the mode, DateTimeField will show:
- TargetPlatform.iOS or TargetPlatform.macOS => a CupertinoDatePicker with the according CupertinoDatePickerMode.
- Else => a
MaterialDatePicker
, aMaterialTimePicker
or both.
Implementation
final DateTimeFieldPickerMode mode;