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

description

String getborderTopWidth

Gets the value of "border-top-width"

Implementation

String get borderTopWidth => getPropertyValue('border-top-width');

setborderTopWidth (String value)

Sets the value of "border-top-width"

Implementation

set borderTopWidth(String value) {
  setProperty('border-top-width', value, '');
}