IDKitGestureRecognizer class

Inheritance
Available Extensions

Constructors

IDKitGestureRecognizer({Key? key, Widget? child, dynamic onTap(IDKitTapDetails details)?, dynamic onStart(IDKitStartDetails details)?, dynamic onUpdate(IDKitUpdateDetails details)?, dynamic onEnd(IDKitEndDetails details)?, dynamic fingerCount(int)?, double minPressure = 0, double maxPressure = double.infinity, dynamic pressOnStart(PointerDownEvent event)?, dynamic pressOnUpdate(PointerMoveEvent event)?, dynamic pressOnEnd(PointerUpEvent event)?, dynamic pressOnCancel(PointerCancelEvent event)?, Duration duration = const Duration(microseconds: 5000000)})
const

Properties

child Widget?
Sub widgets of the Gestures widget.
final
duration Duration
finger racing time.
final
fingerCount → (dynamic Function(int)?)
Callback for counting the number of fingers on the screen, one does not count.
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
maxPressure double
final
minPressure double
Set the maximum and minimum range of pressure sensitivity
final
onEnd → (dynamic Function(IDKitEndDetails details)?)
Gesture zooming and moving end method calls.
final
onStart → (dynamic Function(IDKitStartDetails details)?)
Gesture zoom, move start method call.
final
onTap → (dynamic Function(IDKitTapDetails details)?)
Callback for click event.
final
onUpdate → (dynamic Function(IDKitUpdateDetails details)?)
Gesture zoom, mobile update method call.
final
pressOnCancel → (dynamic Function(PointerCancelEvent event)?)
End of pressure for touchscreen devices.
final
pressOnEnd → (dynamic Function(PointerUpEvent event)?)
Screen pressure monitoring ends.
final
pressOnStart → (dynamic Function(PointerDownEvent event)?)
Screen pressure monitoring starts.
final
pressOnUpdate → (dynamic Function(PointerMoveEvent event)?)
On-Screen Pressure Monitoring Update.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<IDKitGestureRecognizer>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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