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