maxScrollExtent property

double get maxScrollExtent

Gets the maximum scroll extent

Implementation

double get maxScrollExtent => _scrollController?.position.maxScrollExtent ?? 0.0;