height static method

SizedBox height(
  1. double height
)

Implementation

static SizedBox height(double height) {
  return SizedBox(
    height: height,
  );
}