fullScreenWidth static method

double fullScreenWidth({
  1. double ratio = 1,
})

Implementation

static double fullScreenWidth({double ratio = 1}) =>
    _mediaQueryData.size.width * ratio;