Time Picker
A time picker that allows a time to be selected.
The picker supports arrow key navigation:
- Up/Down arrows: Increment/decrement selected value
- Left/Right arrows: Move between wheels
Recommended for touch devices.
Preview
Usage
FTimePicker(...)
const FTimePicker(
controller: FTimePickerController(),
style: style,
onChange: (time) {},
hour24: true,
hourInterval: 1,
minuteInterval: 1,
);
Examples
24 Hour Clock
Preview
With Custom Intervals
Preview
Animated
Preview
Last updated on