objectPosition property

String get objectPosition

Gets the value of "object-position"

Implementation

String get objectPosition => getPropertyValue('object-position');
set objectPosition (String value)

Sets the value of "object-position"

Implementation

set objectPosition(String value) {
  setProperty('object-position', value, '');
}