width property

dynamic get width

Implementation

get width => _width.value;
set width (dynamic value)

Implementation

set width(value) => _width.value = value;