WidgetGestureExtensions extension
Gesture-related widget extensions.
- on
Methods
-
inkWell(
{VoidCallback? onTap, VoidCallback? onLongPress, VoidCallback? onDoubleTap, BorderRadius? borderRadius}) → Widget -
Available on Widget, provided by the WidgetGestureExtensions extension
Wraps widget with InkWell for material tap effect -
onDoubleTap(
VoidCallback? onDoubleTap) → Widget -
Available on Widget, provided by the WidgetGestureExtensions extension
Wraps widget with double tap gesture -
onLongPress(
VoidCallback? onLongPress) → Widget -
Available on Widget, provided by the WidgetGestureExtensions extension
Wraps widget with long press gesture -
onTap(
VoidCallback? onTap) → Widget -
Available on Widget, provided by the WidgetGestureExtensions extension
Wraps widget with gesture detector