borderEndStartRadius property

String borderEndStartRadius

Implementation

_i2.String get borderEndStartRadius => _i4.getProperty(
      this,
      'borderEndStartRadius',
    );
void borderEndStartRadius=(String value)

Implementation

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