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