width property

double get width
return MediaQuery.of(context).size.width

Implementation

double get width => data.size.width;