widgets/picker library Widgets

A generic picker that allows an item to be selected. It is composed of one or more wheels, optionally, with separators between those wheels.

Recommended for touch devices.

See https://forui.dev/docs/form/picker for working examples.

Classes

FPicker
A generic picker that allows an item to be selected. It is composed of one or more FPickerWheels, optionally, with separators between those wheels.
FPickerControl
A FPickerControl defines how a FPicker is controlled.
FPickerController
A picker's controller.
FPickerManagedControl
A FPickerManagedControl enables widgets to manage their own controller internally while exposing parameters for common configurations.
FPickerStyle
FPickerStyle's style.
FPickerStyleDelta
A delta that applies modifications to a FPickerStyle.
FPickerWheel
A picker wheel that displays a list of items that can be scrolled vertically.

Mixins

FPickerWheelMixin
A marker interface that indicates that a widget is a picker wheel.

Extensions

$FPickerStyleTransformations on FPickerStyle
Provides copyWith and lerp methods.