currentHeight property

double? get currentHeight

Implementation

double? get currentHeight{
  return _currentHeight;
}