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