fullScreenHeight static method

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

Implementation

static double fullScreenHeight({double ratio = 1}) =>
    _mediaQueryData.size.height * ratio;