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