width property
Width
get
width
Implementation
Width get width => _width;
set
width
(Width width)
Implementation
set width(Width width) {
_width = width;
markNeedsLayout();
}