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