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