@override int? get width => _getAttributeInt('width');
@override set width(int? value) { _setAttributeInt('width', value); }