height property

double height

shortcut for MediaQuery.of(context).size.height

Implementation

double get height => size.height;