width property

num? width

Implementation

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

Implementation

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