width property

double? width
final

The base width of a single column unit.

This is multiplied by span to determine the final widget width.

Implementation

final double? width;