onLongPress property
Called if the row is long-pressed.
If a DynamicTableDataCell in the row has its DynamicTableDataCell.onTap, DynamicTableDataCell.onDoubleTap, DynamicTableDataCell.onLongPress, DynamicTableDataCell.onTapCancel or DynamicTableDataCell.onTapDown callback defined, that callback behavior overrides the gesture behavior of the row for that particular cell.
Implementation
final GestureLongPressCallback? onLongPress;