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

description

String getright

Gets the value of "right"

Implementation

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

setright (String value)

Sets the value of "right"

Implementation

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