TrackSize constructor

const TrackSize(
  1. Unit value
)

Creates a track size with a fixed value.

Implementation

const factory TrackSize(Unit value) = _TrackSize;