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

description

String getdirection

Gets the value of "direction"

Implementation

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

setdirection (String value)

Sets the value of "direction"

Implementation

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