stopOpacity property

String stopOpacity

Implementation

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

Implementation

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