borderEndStartRadius property

String get borderEndStartRadius

Implementation

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

Implementation

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