height function

dynamic height(
  1. dynamic context
)

Implementation

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