height property

Widget get height

To add space vertically

Implementation

Widget get height => SizedBox(
      height: this,
    );