TrackSize constructor
const
TrackSize(
- Unit value
Creates a track size with a fixed value.
Implementation
const factory TrackSize(Unit value) = _TrackSize;
Creates a track size with a fixed value.
const factory TrackSize(Unit value) = _TrackSize;