Gets the value of "aspect-ratio"
Source
String get aspectRatio => getPropertyValue('aspect-ratio');
Sets the value of "aspect-ratio"
Source
set aspectRatio(String value) {
setProperty('aspect-ratio', value, '');
}
Gets the value of "aspect-ratio"
String get aspectRatio => getPropertyValue('aspect-ratio');
Sets the value of "aspect-ratio"
set aspectRatio(String value) {
setProperty('aspect-ratio', value, '');
}