width static method
this is for the width
Implementation
static double width(double p, BuildContext context) {
return MediaQuery.of(context).size.width * (p / 100);
}
this is for the width
static double width(double p, BuildContext context) {
return MediaQuery.of(context).size.width * (p / 100);
}