opacity property

String get opacity

Implementation

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

Implementation

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