strokeOpacity property

String get strokeOpacity

Implementation

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

Implementation

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