style property

FTimePickerStyleDelta style
final

The style. If null, the default picker style will be used.

To modify the current style:

style: .delta(...)

To replace the style:

style: FTimePickerStyle(...)

CLI

To generate and customize this style:

dart run forui style create time-picker

Implementation

final FTimePickerStyleDelta style;