isIntrinsic property

bool isIntrinsic

Returns whether this sizing function requires measurement of a track's items to resolve its size.

Implementation

bool get isIntrinsic {
  return false;
}