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

description

String getmarginBottom

Gets the value of "margin-bottom"

Implementation

String get marginBottom => getPropertyValue('margin-bottom');

setmarginBottom (String value)

Sets the value of "margin-bottom"

Implementation

set marginBottom(String value) {
  setProperty('margin-bottom', value, '');
}