isIntrinsic property

  1. @override
bool isIntrinsic
override

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

Implementation

@override
bool get isIntrinsic {
  return true;
}