menu
gt_sizer package
documentation
sizer_handler/responsive_utils.dart
ResponsiveUtils
width static method
width static method
dark_mode
light_mode
width
static method
double
width
(
double
inputWidth
)
Calculates a scaled width value.
Implementation
static double width(double inputWidth) => inputWidth * _scale;
gt_sizer package
documentation
sizer_handler/responsive_utils
ResponsiveUtils
width static method
ResponsiveUtils class