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