kScreenHeight function

dynamic kScreenHeight(
  1. BuildContext context
)

get screen height

Implementation

kScreenHeight(BuildContext context) => MediaQuery.of(context).size.height;