Gets the value of "width"
Source
String get width => getPropertyValue('width');
Sets the value of "width"
Source
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, '');
}