width property

int? width

Implementation

int? get width => _$this._width;
void width=(int? width)

Implementation

set width(int? width) => _$this._width = width;