width property

num? get width

Implementation

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

Implementation

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