screenWidth property

double get screenWidth

Gets the screen width.

Example:

final width = context.screenWidth;

Implementation

double get screenWidth => MediaQuery.sizeOf(this).width;