widgets/selection library

Typedefs

AndrossySelectionBuilder<T> = Widget Function(BuildContext context, AndrossySelectionInstance<T> instance)
AndrossySelectionCallback = void Function(String tag)
AndrossySelectionListBuilder<T> = Widget Function(BuildContext context, List<Widget> children)
AndrossySelectionSearchBuilder<T> = bool Function(String query, T value)
AndrossySelectionTagBuilder<T> = String Function(T value)