onColumnResizeStart property
Called when a column is being resized when tapping and dragging the right-side border of the column header.
You can return false
to disable the column resizing.
Implementation
final ColumnResizeStartCallback? onColumnResizeStart;