configvbox static method

dynamic configvbox(
  1. double height
)

Implementation

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