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