invisibleHeight property

  1. @override
int get invisibleHeight
override

the part of the buffer that is not visible (scrollback)

Implementation

@override
int get invisibleHeight {
  _assertStarted();
  return _lastState!.invisibleHeight;
}