width property

double width

shortcut for MediaQuery.of(context).size.width

Implementation

double get width => size.width;