width property

double get width

Returns the width of the screen.

Implementation

static double get width =>
    MediaQuery.of(Utils.globalKey.currentContext!).size.width;