responsiveWidth static method
Implementation
static double responsiveWidth(BuildContext context, double width) {
return (width / baseWidth) * screenWidth(context);
}
static double responsiveWidth(BuildContext context, double width) {
return (width / baseWidth) * screenWidth(context);
}