String aspectRatio

Gets the value of "aspect-ratio"

Source

String get aspectRatio => getPropertyValue('aspect-ratio');
void aspectRatio=(String value)

Sets the value of "aspect-ratio"

Source

set aspectRatio(String value) {
  setProperty('aspect-ratio', value, '');
}