pixel static method
this is for the pixel
Implementation
static double pixel(double p, BuildContext context) {
return MediaQuery.of(context).devicePixelRatio * p ;
}
this is for the pixel
static double pixel(double p, BuildContext context) {
return MediaQuery.of(context).devicePixelRatio * p ;
}