FTappable constructor
const
FTappable({
- FTappableStyle? style,
- FFocusedOutlineStyle? focusedOutlineStyle,
- String? semanticsLabel,
- bool excludeSemantics,
- bool autofocus,
- FocusNode? focusNode,
- ValueChanged<
bool> ? onFocusChange, - ValueChanged<
bool> ? onHoverChange, - ValueChanged<
Set< ? onStateChange,WidgetState> > - bool selected,
- HitTestBehavior behavior,
- VoidCallback? onPress,
- VoidCallback? onLongPress,
- ValueWidgetBuilder<
Set< builder,WidgetState> > - Widget? child,
- Key? key,
Implementation
const factory FTappable({
FTappableStyle? style,
FFocusedOutlineStyle? focusedOutlineStyle,
String? semanticsLabel,
bool excludeSemantics,
bool autofocus,
FocusNode? focusNode,
ValueChanged<bool>? onFocusChange,
ValueChanged<bool>? onHoverChange,
ValueChanged<Set<WidgetState>>? onStateChange,
bool selected,
HitTestBehavior behavior,
VoidCallback? onPress,
VoidCallback? onLongPress,
ValueWidgetBuilder<Set<WidgetState>> builder,
Widget? child,
Key? key,
}) = AnimatedTappable;