stopOpacity property

String get stopOpacity

Implementation

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

Implementation

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