width property

double? width

Implementation

double? get width => _width;
void width=(double? val)

Implementation

set width(double? val) => _width = val;