style property
The style. If null, the default picker style will be used.
To modify the current style:
style: .delta(...)
To replace the style:
style: FDateTimePickerStyle(...)
CLI
To generate and customize this style:
dart run forui style create date-time-picker
Implementation
final FDateTimePickerStyleDelta style;