currentWidth property

double get currentWidth

Returns the width size of the current MediaQuery.

Implementation

double get currentWidth {
  return MediaQuery.sizeOf(this).width;
}