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