borderTop property

String borderTop

Gets the value of "border-top"

Implementation

String get borderTop => getPropertyValue('border-top');
void borderTop= (String value)

Sets the value of "border-top"

Implementation

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