stopColor property

String stopColor

Implementation

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

Implementation

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