Rotation.glob constructor

Rotation.glob({
  1. double x = 0,
  2. double y = 0,
})

Implementation

Rotation.glob({this.x = 0, this.y = 0}) : _rotation = '$x $y';