width property
double
get
width
Returns the width of the screen.
Implementation
static double get width =>
MediaQuery.of(Utils.globalKey.currentContext!).size.width;
Returns the width of the screen.
static double get width =>
MediaQuery.of(Utils.globalKey.currentContext!).size.width;