width property

double get width

Get screen width

Implementation

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