style property
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;
The style. If null, the default picker style will be used.
To generate and customize this style:
dart run forui style create time-picker
final FTimePickerStyle Function(FTimePickerStyle style)? style;