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