haveDimensions property

bool haveDimensions

Whether viewportDimension, minScrollExtent, maxScrollExtent, outOfRange, and atEdge are available.

Set to true just before the first time applyNewDimensions is called.

Implementation

bool get haveDimensions => _haveDimensions;