hasContentDimensions property Null safety
override
Whether the minScrollExtent and the maxScrollExtent properties are available.
Implementation
@override
bool get hasContentDimensions => _minScrollExtent != null && _maxScrollExtent != null;
Whether the minScrollExtent and the maxScrollExtent properties are available.
@override
bool get hasContentDimensions => _minScrollExtent != null && _maxScrollExtent != null;