colorInterpolation property

String colorInterpolation

Implementation

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

Implementation

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