borderEndEndRadius property

String get borderEndEndRadius

Implementation

_i2.String get borderEndEndRadius => _i4.getProperty(
      this,
      'borderEndEndRadius',
    );
set borderEndEndRadius (String value)

Implementation

set borderEndEndRadius(_i2.String value) {
  _i4.setProperty(
    this,
    'borderEndEndRadius',
    value,
  );
}