generated/arcane_shadcn/src/components/form/select library
Classes
Mixins
-
SelectBase<
T>
Typedefs
-
SelectItemsBuilder<
T> = FutureOr< SelectItemDelegate> Function(BuildContext context, String? searchQuery) - SelectItemWidgetBuilder = Widget Function(BuildContext context, int index)
- SelectPopupBuilder = Widget Function(BuildContext context)
-
SelectValueBuilder<
T> = Widget Function(BuildContext context, T value) -
SelectValueChanged<
T> = bool Function(T value, bool selected) -
SelectValueSelectionHandler<
T> = T? Function(T? oldValue, Object? value, bool selected) -
SelectValueSelectionPredicate<
T> = bool Function(T? value, Object? test)