getWindowWidth method

double getWindowWidth()

Implementation

double getWindowWidth() {
  return MediaQuery.of(context).size.width;
}