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