FMultiSelectTag constructor
const
FMultiSelectTag({
- required Widget label,
- FMultiSelectTagStyle style()?,
- bool autofocus = false,
- FocusNode? focusNode,
- ValueChanged<
bool> ? onFocusChange, - ValueChanged<
bool> ? onHoverChange, - ValueChanged<
FWidgetStatesDelta> ? onStateChange, - VoidCallback? onPress,
- VoidCallback? onLongPress,
- VoidCallback? onSecondaryPress,
- VoidCallback? onSecondaryLongPress,
- Map<
ShortcutActivator, Intent> ? shortcuts, - Map<
Type, Action< ? actions,Intent> > - Key? key,
Creates a FMultiSelectTag.
Implementation
const FMultiSelectTag({
required this.label,
this.style,
this.autofocus = false,
this.focusNode,
this.onFocusChange,
this.onHoverChange,
this.onStateChange,
this.onPress,
this.onLongPress,
this.onSecondaryPress,
this.onSecondaryLongPress,
this.shortcuts,
this.actions,
super.key,
});