h property

double get h

Implementation

double get h {
  return MediaQuery.of(ContextService.context).size.height *
      _getPercent(this);
}