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