ExpandGestureDetector constructor
ExpandGestureDetector({
- Key? key,
- Widget? child,
- GestureTapDownCallback? onTapDown,
- GestureTapUpCallback? onTapUp,
- GestureTapCallback? onTap,
- GestureTapCancelCallback? onTapCancel,
- GestureTapCallback? onSecondaryTap,
- GestureTapDownCallback? onSecondaryTapDown,
- GestureTapUpCallback? onSecondaryTapUp,
- GestureTapCancelCallback? onSecondaryTapCancel,
- GestureTapDownCallback? onTertiaryTapDown,
- GestureTapUpCallback? onTertiaryTapUp,
- GestureTapCancelCallback? onTertiaryTapCancel,
- GestureTapDownCallback? onDoubleTapDown,
- GestureTapCallback? onDoubleTap,
- GestureTapCancelCallback? onDoubleTapCancel,
- GestureLongPressDownCallback? onLongPressDown,
- GestureLongPressCancelCallback? onLongPressCancel,
- GestureLongPressCallback? onLongPress,
- GestureLongPressStartCallback? onLongPressStart,
- GestureLongPressMoveUpdateCallback? onLongPressMoveUpdate,
- GestureLongPressUpCallback? onLongPressUp,
- GestureLongPressEndCallback? onLongPressEnd,
- GestureLongPressDownCallback? onSecondaryLongPressDown,
- GestureLongPressCancelCallback? onSecondaryLongPressCancel,
- GestureLongPressCallback? onSecondaryLongPress,
- GestureLongPressStartCallback? onSecondaryLongPressStart,
- GestureLongPressMoveUpdateCallback? onSecondaryLongPressMoveUpdate,
- GestureLongPressUpCallback? onSecondaryLongPressUp,
- GestureLongPressEndCallback? onSecondaryLongPressEnd,
- GestureLongPressDownCallback? onTertiaryLongPressDown,
- GestureLongPressCancelCallback? onTertiaryLongPressCancel,
- GestureLongPressCallback? onTertiaryLongPress,
- GestureLongPressStartCallback? onTertiaryLongPressStart,
- GestureLongPressMoveUpdateCallback? onTertiaryLongPressMoveUpdate,
- GestureLongPressUpCallback? onTertiaryLongPressUp,
- GestureLongPressEndCallback? onTertiaryLongPressEnd,
- GestureDragDownCallback? onVerticalDragDown,
- GestureDragStartCallback? onVerticalDragStart,
- GestureDragUpdateCallback? onVerticalDragUpdate,
- GestureDragEndCallback? onVerticalDragEnd,
- GestureDragCancelCallback? onVerticalDragCancel,
- GestureDragDownCallback? onHorizontalDragDown,
- GestureDragStartCallback? onHorizontalDragStart,
- GestureDragUpdateCallback? onHorizontalDragUpdate,
- GestureDragEndCallback? onHorizontalDragEnd,
- GestureDragCancelCallback? onHorizontalDragCancel,
- GestureForcePressStartCallback? onForcePressStart,
- GestureForcePressPeakCallback? onForcePressPeak,
- GestureForcePressUpdateCallback? onForcePressUpdate,
- GestureForcePressEndCallback? onForcePressEnd,
- GestureDragDownCallback? onPanDown,
- GestureDragStartCallback? onPanStart,
- GestureDragUpdateCallback? onPanUpdate,
- GestureDragEndCallback? onPanEnd,
- GestureDragCancelCallback? onPanCancel,
- GestureScaleStartCallback? onScaleStart,
- GestureScaleUpdateCallback? onScaleUpdate,
- GestureScaleEndCallback? onScaleEnd,
- HitTestBehavior? behavior,
- bool excludeFromSemantics = false,
- DragStartBehavior dragStartBehavior = DragStartBehavior.start,
- EdgeInsets expandArea = EdgeInsets.zero,
Implementation
ExpandGestureDetector({
super.key,
super.child,
super.onTapDown,
super.onTapUp,
super.onTap,
super.onTapCancel,
super.onSecondaryTap,
super.onSecondaryTapDown,
super.onSecondaryTapUp,
super.onSecondaryTapCancel,
super.onTertiaryTapDown,
super.onTertiaryTapUp,
super.onTertiaryTapCancel,
super.onDoubleTapDown,
super.onDoubleTap,
super.onDoubleTapCancel,
super.onLongPressDown,
super.onLongPressCancel,
super.onLongPress,
super.onLongPressStart,
super.onLongPressMoveUpdate,
super.onLongPressUp,
super.onLongPressEnd,
super.onSecondaryLongPressDown,
super.onSecondaryLongPressCancel,
super.onSecondaryLongPress,
super.onSecondaryLongPressStart,
super.onSecondaryLongPressMoveUpdate,
super.onSecondaryLongPressUp,
super.onSecondaryLongPressEnd,
super.onTertiaryLongPressDown,
super.onTertiaryLongPressCancel,
super.onTertiaryLongPress,
super.onTertiaryLongPressStart,
super.onTertiaryLongPressMoveUpdate,
super.onTertiaryLongPressUp,
super.onTertiaryLongPressEnd,
super.onVerticalDragDown,
super.onVerticalDragStart,
super.onVerticalDragUpdate,
super.onVerticalDragEnd,
super.onVerticalDragCancel,
super.onHorizontalDragDown,
super.onHorizontalDragStart,
super.onHorizontalDragUpdate,
super.onHorizontalDragEnd,
super.onHorizontalDragCancel,
super.onForcePressStart,
super.onForcePressPeak,
super.onForcePressUpdate,
super.onForcePressEnd,
super.onPanDown,
super.onPanStart,
super.onPanUpdate,
super.onPanEnd,
super.onPanCancel,
super.onScaleStart,
super.onScaleUpdate,
super.onScaleEnd,
super.behavior,
super.excludeFromSemantics,
super.dragStartBehavior,
this.expandArea = EdgeInsets.zero,
});