height static method

SizedBox height(
  1. double h
)

Implementation

static SizedBox height(double h) => .new(height: h);