h method

double h(
  1. BuildContext context
)

Implementation

double h(BuildContext context) {
  final portraitHeight = MediaQuery.of(context).size.longestSide;
  return (this / 100) * portraitHeight;
}