intrinsic function

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

Returns a track size that is sized based on its contents.

Implementation

IntrinsicContentTrackSize intrinsic({String? debugLabel}) =>
    IntrinsicContentTrackSize(debugLabel: debugLabel);