height property
Widget
get
height
Leaves given height of space
Implementation
Widget get height => SizedBox(height: this?.toDouble());
Leaves given height of space
Widget get height => SizedBox(height: this?.toDouble());