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