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