maxScrollExtent property

  1. @override
double get maxScrollExtent
override

The maximum possible scrolling offset, at which point the end of the scrolling content is visible in the viewport.

Implementation

@override
double get maxScrollExtent => throw UnimplementedError();