TTableInteractionConfig<T> class

Constructors

TTableInteractionConfig({TTableInteractionType tapAction = TTableInteractionType.expand, TTableInteractionType longPressAction = TTableInteractionType.none, TTableInteractionType doubleTapAction = TTableInteractionType.select, dynamic onRowTap(T item, int index)?, dynamic onRowDoubleTap(T item, int index)?, dynamic onRowLongPress(T item, int index)?, double scrollSensitivity = 1.0})
const

Properties

doubleTapAction TTableInteractionType
final
hashCode int
The hash code for this object.
no setterinherited
longPressAction TTableInteractionType
final
onRowDoubleTap → dynamic Function(T item, int index)?
final
onRowLongPress → dynamic Function(T item, int index)?
final
onRowTap → dynamic Function(T item, int index)?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollSensitivity double
final
tapAction TTableInteractionType
final

Methods

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