height method

SizedBox height(
  1. double? height
)

Implementation

SizedBox height(double? height) {
  return SizedBox(height: height, child: this);
}