AntdTapHandler class

Constructors

AntdTapHandler.new({required BuildContext context, AntdTapEventRegistry? registry, required AntdTapOptions options, ValueChanged<bool>? onTouchStateChange})

Properties

context BuildContext
getter/setter pair
doubleTapHandler VoidCallback?
no getter
hasHandlers bool
no setter
hashCode int
The hash code for this object.
no setterinherited
longPressHandler VoidCallback?
no getter
onTouchStateChange ValueChanged<bool>?
getter/setter pair
options AntdTapOptions
getter/setter pair
registry AntdTapEventRegistry?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tapHandler VoidCallback?
no getter

Methods

dispose() → void
handlePointerCancel() → void
handlePointerDown(PointerDownEvent details) → void
handlePointerUp(PointerUpEvent details) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
wrap(Widget child) Widget

Operators

operator ==(Object other) bool
The equality operator.
inherited