withHeight method

SizedBox withHeight(
  1. double height
)

With custom height

Implementation

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