yHeight function

SizedBox yHeight(
  1. double height
)

Implementation

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