width property

double get width

The screen width.

Implementation

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