width property

double get width

Equivalent to MediaQuery.sizeOf(context).width

Implementation

double get width => mediaQuerySize.width;