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

description

String getmarginEnd

Gets the value of "margin-end"

Implementation

String get marginEnd => getPropertyValue('margin-end');

setmarginEnd (String value)

Sets the value of "margin-end"

Implementation

set marginEnd(String value) {
  setProperty('margin-end', value, '');
}