onColumnResizeUpdate property

ColumnResizeUpdateCallback? onColumnResizeUpdate
final

Called when a column is resizing when tapping and dragging the right-side border of the column header.

You can return false to disable the column resizing.

Implementation

final ColumnResizeUpdateCallback? onColumnResizeUpdate;