FixedTrackSize constructor

const FixedTrackSize(
  1. double sizeInPx, {
  2. String? debugLabel,
})

Implementation

const FixedTrackSize(this.sizeInPx, {String? debugLabel})
    : super(debugLabel: debugLabel);