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