setHeight method

SizedBox setHeight(
  1. double height, {
  2. Key? key,
})

Implementation

SizedBox setHeight(double height, {Key? key}) =>
    SizedBox(key: key, height: height, child: this);