scrollHeight property

  1. @override
int get scrollHeight

The total scrollable content height

Implementation

@override
int get scrollHeight => scrollHost.scrollHeight;