getHeight function

double getHeight(
  1. double percent
)

Implementation

double getHeight(double percent) =>
    MediaQuery.of(ContextService.context).size.height * _getPercent(percent);