dynamicHeightBox method

SizedBox dynamicHeightBox(
  1. double factor
)

Implementation

SizedBox dynamicHeightBox(double factor) =>
    SizedBox(height: screenHeight * factor);