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, ''); }