screenWidth property
double
get
screenWidth
Gets the screen width.
Example:
final width = context.screenWidth;
Implementation
double get screenWidth => MediaQuery.sizeOf(this).width;
Gets the screen width.
Example:
final width = context.screenWidth;
double get screenWidth => MediaQuery.sizeOf(this).width;