getPixelSizeWidth method Null safety
- double d,
- BuildContext context
Its the same as getPixelSize but for the width.
Implementation
static double getPixelSizeWidth(double d, BuildContext context){
return d * getScreenSize(context).width;
}
Its the same as getPixelSize but for the width.
static double getPixelSizeWidth(double d, BuildContext context){
return d * getScreenSize(context).width;
}