getCurrentHeight method

int getCurrentHeight()

Implementation

int getCurrentHeight() {
  return _currentHeight ?? 0;
}