borderTop property

String get borderTop

Gets the value of "border-top"

Implementation

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

Sets the value of "border-top"

Implementation

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