height property
Widget
get
height
To add space vertically
Implementation
Widget get height => SizedBox(
height: this,
);
To add space vertically
Widget get height => SizedBox(
height: this,
);