PlutoGridCellGestureEvent class

PlutoCell This event handles the gesture of the widget.

Inheritance

Constructors

PlutoGridCellGestureEvent({required PlutoGridGestureType gestureType, required Offset offset, required PlutoCell cell, required PlutoColumn column, required int rowIdx})

Properties

cell PlutoCell
final
column PlutoColumn
final
duration Duration?
finalinherited
gestureType PlutoGridGestureType
final
hashCode int
The hash code for this object.
no setterinherited
offset Offset
final
rowIdx int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type PlutoGridEventType
finalinherited

Methods

handler(PlutoGridStateManager stateManager) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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