rgba property

Rgba Function(Object) get rgba

Implementation

_i3.Rgba Function(_i2.Object) get rgba => (_i2.Object p0) => _i5.callMethod(
      _i5.getProperty(
        this,
        'rgba',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set rgba (Rgba value(Object))

Implementation

set rgba(_i3.Rgba Function(_i2.Object) value) {
  _i5.setProperty(
    this,
    'rgba',
    _i5.allowInterop(value),
  );
}