width property

double width
getter/setter pair

The width of the column.

If value is lesser than minimumWidth, then minimumWidth is set to width. Otherwise, If value is greater than maximumWidth, then the maximumWidth is set to width.

Defaults to double.nan

Implementation

late double width;