FieldWidth.fixed constructor

const FieldWidth.fixed(
  1. double width
)

Field uses a fixed width in pixels.

Implementation

const factory FieldWidth.fixed(double width) = _FixedFieldWidth;