style property

FTimePickerStyle Function(FTimePickerStyle style)? style
final

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

CLI

To generate and customize this style:

dart run forui style create time-picker

Implementation

final FTimePickerStyle Function(FTimePickerStyle style)? style;