clientHeight property

  1. @override
int get clientHeight

The visible content height

Implementation

@override
int get clientHeight => _scrollHost!.clientHeight;