height10px function

double height10px(
  1. BuildContext context
)

Implementation

double height10px(BuildContext context) {
  return MediaQuery.of(context).size.height * .01;
}