getFullWidth method

double getFullWidth()

Implementation

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