borderRightStyle property
String
get
borderRightStyle
Implementation
_i2.String get borderRightStyle => _i4.getProperty(
this,
'borderRightStyle',
);
set
borderRightStyle
(String value)
Implementation
set borderRightStyle(_i2.String value) {
_i4.setProperty(
this,
'borderRightStyle',
value,
);
}