onTapDown property

void Function(TapDownDetails)? onTapDown
final

Called if the cell is tapped down.

If non-null, tapping the cell will call this callback. If null (including onTap onDoubleTap, onLongPress and onTapCancel), tapping the cell will attempt to select the row (if DynamicTableDataRow.onSelectChanged is provided).

Implementation

final void Function(TapDownDetails)? onTapDown;