borderBottom property

String get borderBottom

Gets the value of "border-bottom"

Implementation

String get borderBottom => getPropertyValue('border-bottom');
set borderBottom (String value)

Sets the value of "border-bottom"

Implementation

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