opacity property

String opacity

Implementation

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

Implementation

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