columnSizer property

ColumnSizer? columnSizer
final

The ColumnSizer used to control the column width sizing operation of each columns.

You can override the available methods and customize the required operations in the custom ColumnSizer.

Implementation

final ColumnSizer? columnSizer;