FieldWidth.fixed constructor
const
FieldWidth.fixed(
- double width
Field uses a fixed width in pixels.
Implementation
const factory FieldWidth.fixed(double width) = _FixedFieldWidth;
Field uses a fixed width in pixels.
const factory FieldWidth.fixed(double width) = _FixedFieldWidth;