isForwardGrowthDirection property

bool isForwardGrowthDirection

Determine whether the current growthDirection of sliver is GrowthDirection.forward.

Implementation

bool get isForwardGrowthDirection {
  return GrowthDirection.forward == constraints.growthDirection;
}