PositionUnit.fixed constructor

const PositionUnit.fixed(
  1. double value
)

Creates a fixed position unit with the specified pixel value.

Implementation

const factory PositionUnit.fixed(double value) = PositionFixed;