hasContentDimensions property

  1. @override
bool hasContentDimensions
override

Whether the minScrollExtent and the maxScrollExtent properties are available.

Implementation

@override
bool get hasContentDimensions => _minScrollExtent != null && _maxScrollExtent != null;