hPercent method

double hPercent(
  1. BuildContext context
)

Implementation

double hPercent(BuildContext context) {
  return context.height * this / 100;
}