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, ''); }