width property

double width

The same of MediaQuery.of(context).size.width Note: updates when you rezise your screen (like on a browser or desktop window)

Implementation

double get width => mediaQuerySize.width;