width property

double width

Implementation

double get width => _size.x;
void width=(double width)

Implementation

set width(double width) => _size.x = width;