height property
int?
get
height
Implementation
int? get height => _getAttributeInt('height') ?? 0;
set
height
(int? value)
Implementation
set height(int? value) {
_setAttributeInt('height', value);
}