SpacingUnit.fixed constructor

const SpacingUnit.fixed(
  1. double value
)

Creates a fixed spacing with the specified value.

Implementation

const factory SpacingUnit.fixed(double value) = _FixedSpacing;