width property
double
get
width
The same as MediaQuery.sizeOf(context).width Note: updates when you resize your screen (like on a browser or desktop window)
Implementation
double get width => mediaQuerySize.width;