hasContentDimensions property Null safety

bool hasContentDimensions
override

Whether the minScrollExtent and the maxScrollExtent properties are available.

Implementation

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