1. override
void rotate({int oldAngle, int newAngle, Duration time })

Rotate this render object (not yet implemented).

Source

@override
void rotate({ int oldAngle, int newAngle, Duration time }) {
  assert(false); // nobody tells the screen to rotate, the whole rotate() dance is started from our performResize()
}