size property
Gets the value of "size"
Implementation
String get size => getPropertyValue('size');
Sets the value of "size"
Implementation
set size(String value) {
setProperty('size', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "size"
String get size => getPropertyValue('size');
Sets the value of "size"
set size(String value) {
setProperty('size', value, '');
}