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