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