width property

double get width

Returns the width of the device screen.

Implementation

double get width => MediaQuery.of(context).size.width;