rotation property

double rotation

Implementation

double get rotation => _rotation;
void rotation=(double value)

Implementation

set rotation(double value) {
  _rotation = value;
  _invalidate();
}