width property

dynamic get width

Implementation

get width => z;
set width (dynamic value)

Implementation

set width(value) => z = value;