width property

double? width
final

The base width of a single column unit.

This is typically provided by the ReportDesignBuilder during the layout phase. If null, a fallback width is used.

Implementation

final double? width;