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