FTappable.animated constructor
const
FTappable.animated({
- FFocusedOutlineStyle? focusedOutlineStyle,
- String? semanticLabel,
- bool semanticSelected,
- bool excludeSemantics,
- bool autofocus,
- FocusNode? focusNode,
- ValueChanged<
bool> ? onFocusChange, - HitTestBehavior behavior,
- Duration touchHoverEnterDuration,
- Duration touchHoverExitDuration,
- VoidCallback? onPress,
- VoidCallback? onLongPress,
- ValueWidgetBuilder<
FTappableData> ? builder, - Widget? child,
- Key? key,
Implementation
const factory FTappable.animated({
FFocusedOutlineStyle? focusedOutlineStyle,
String? semanticLabel,
bool semanticSelected,
bool excludeSemantics,
bool autofocus,
FocusNode? focusNode,
ValueChanged<bool>? onFocusChange,
HitTestBehavior behavior,
Duration touchHoverEnterDuration,
Duration touchHoverExitDuration,
VoidCallback? onPress,
VoidCallback? onLongPress,
ValueWidgetBuilder<FTappableData>? builder,
Widget? child,
Key? key,
}) = AnimatedTappable;