getScreenWidth method

double getScreenWidth()

Implementation

double getScreenWidth() {
  return MediaQuery.sizeOf(_context).width;
}