screenWidth method

double screenWidth()

Implementation

double screenWidth() {
  return MediaQuery.of(this).size.width;
}