height method

SizedBox height(
  1. double height
)

Implementation

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