opacity property

String? get opacity

CSS styling property that will be applied to text enclosed by a decoration.

Implementation

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

Implementation

set opacity(_i2.String? value) {
  _i5.setProperty(
    this,
    'opacity',
    value ?? _i6.undefined,
  );
}