fixedWidth property

double? fixedWidth
final

The absolute width of this column in pixels.

If specified, this overrides the relative size setting. Warning: if the width happens to be larger than available total width, other columns can be clipped.

Implementation

final double? fixedWidth;