maxScrollExtent property
double
get
maxScrollExtent
Gets the maximum scroll extent
Implementation
double get maxScrollExtent => _scrollController?.position.maxScrollExtent ?? 0.0;
Gets the maximum scroll extent
double get maxScrollExtent => _scrollController?.position.maxScrollExtent ?? 0.0;