getWindowWidth method

double getWindowWidth()

Implementation

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