dynamicWidthBox method

SizedBox dynamicWidthBox(
  1. double factor
)

Implementation

SizedBox dynamicWidthBox(double factor) =>
    SizedBox(width: screenWidth * factor);