IntrinsicContentTrackSize constructor

const IntrinsicContentTrackSize({
  1. String? debugLabel,
})

Implementation

const IntrinsicContentTrackSize({String? debugLabel})
    : super(debugLabel: debugLabel);