height property
dynamic
get
height
Implementation
get height => w;
set
height
(dynamic value)
Implementation
set height(value) => w = value;