width property

double width
final

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

final double width;