FMultiSelectTagBuilder<T> typedef

FMultiSelectTagBuilder<T> = Widget Function(BuildContext context, bool enabled, FMultiValueNotifier<T> controller, FMultiSelectFieldStyle style, T value, Widget label)

A function that builds a tag in a FMultiSelect.

Implementation

typedef FMultiSelectTagBuilder<T> = Widget Function(
  BuildContext context,
  bool enabled,
  FMultiValueNotifier<T> controller,
  FMultiSelectFieldStyle style,
  T value,
  Widget label,
);