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