TrackSize.fr constructor

const TrackSize.fr(
  1. double value
)

Creates a track size that is a fraction of the available space.

Implementation

const factory TrackSize.fr(double value) = _FrTrackSize;