width property

double width

Returns same as MediaQuery.of(context).size.width

Implementation

double get width => sizeX.width;