position property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getposition

Gets the value of "position"

Implementation

String get position => getPropertyValue('position');

setposition (String value)

Sets the value of "position"

Implementation

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