rotate property

void Function(num) get rotate

Implementation

void Function(_i2.num) get rotate => (_i2.num p0) => _i4.callMethod(
      _i4.getProperty(
        this,
        'rotate',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set rotate (void value(num))

Implementation

set rotate(void Function(_i2.num) value) {
  _i4.setProperty(
    this,
    'rotate',
    _i4.allowInterop(value),
  );
}