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