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

description

String getborderBottomStyle

Gets the value of "border-bottom-style"

Implementation

String get borderBottomStyle => getPropertyValue('border-bottom-style');

setborderBottomStyle (String value)

Sets the value of "border-bottom-style"

Implementation

set borderBottomStyle(String value) {
  setProperty('border-bottom-style', value, '');
}