height method

Widget height(
  1. double height
)

Implementation

Widget height(double height) => SizedBox(
      height: height,
      child: this,
    );