strokeOpacity property

String strokeOpacity

Implementation

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

Implementation

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