onDoubleTap property
        
        void Function()?
        onDoubleTap
        
      
final
      Called when the cell is double tapped.
If non-null, tapping the cell will call this callback. If null (including onTap, onLongPress, onTapCancel and onTapDown), tapping the cell will attempt to select the row (if DynamicTableDataRow.onSelectChanged is provided).
Implementation
final void Function()? onDoubleTap;