currentWidth property
double
get
currentWidth
Returns the width size of the current MediaQuery.
Implementation
double get currentWidth {
return MediaQuery.sizeOf(this).width;
}
Returns the width size of the current MediaQuery.
double get currentWidth {
return MediaQuery.sizeOf(this).width;
}