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.

Usage

FTimePicker(...)

const FTimePicker(
  controller: FTimePickerController(),
  style: style,
  hour24: true,
  hourInterval: 1,
  minuteInterval: 1,
);

Examples

24 Hour Clock

With Custom Intervals

Animated