width property Null safety
Gets the value of "width"
Implementation
String get width => getPropertyValue('width');
Sets the value of "width"
Implementation
set width(String value) {
setProperty('width', value, '');
}
Gets the value of "width"
String get width => getPropertyValue('width');
Sets the value of "width"
set width(String value) {
setProperty('width', value, '');
}