width static method
Getting the full width of the screen
Implementation
static double width(context) {
return MediaQuery.of(context).size.width;
}
Getting the full width of the screen
static double width(context) {
return MediaQuery.of(context).size.width;
}