h method

Widget h(
  1. double height
)

Implementation

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