Gets the value of "border-top"
String get borderTop => getPropertyValue('border-top');
Sets the value of "border-top"
set borderTop(String value) { setProperty('border-top', value, ''); }