isFixedForConstraints method

  1. @override
bool isFixedForConstraints(
  1. TrackType type,
  2. BoxConstraints gridConstraints
)
override

Returns whether this size can resolve to a fixed value provided the grid's box constraints.

Implementation

@override
bool isFixedForConstraints(TrackType type, BoxConstraints gridConstraints) {
  return true;
}