borderRadius property
String?
get
borderRadius
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
Implementation
_i2.String? get borderRadius => _i5.getProperty(
this,
'borderRadius',
);
set
borderRadius
(String? value)
Implementation
set borderRadius(_i2.String? value) {
_i5.setProperty(
this,
'borderRadius',
value ?? _i6.undefined,
);
}