Gets the value of "border-top"
Source
String get borderTop => getPropertyValue('border-top');
Sets the value of "border-top"
Source
set borderTop(String value) {
setProperty('border-top', value, '');
}
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, '');
}