isFixedForConstraints method

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

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

Implementation

bool isFixedForConstraints(TrackType type, BoxConstraints gridConstraints) {
  return false;
}