adaptive_selector library

Classes

AdaptiveSelector<T>
An AdaptiveSelector provides a list of options for a user to select.
AdaptiveSelectorController<T>
AdaptiveSelectorOption<T>
Creates an adaptive selector option item
AdaptiveSelectorState<T>

Enums

SelectorType

Typedefs

SelectorBuilder<T> = Widget Function(BuildContext context, Widget child, AdaptiveSelectorState<T> selector)
Signature for a function that creates a selector
SelectorFieldBuilder<T> = Widget Function(BuildContext context, AdaptiveSelectorState<T> selector)
Signature for a function that creates a selector field
SelectorItemBuilder<T> = Widget Function(BuildContext context, AdaptiveSelectorOption<T> option, AdaptiveSelectorState<T> selector)
Signature for a function that creates a selector item