StickerRotation constructor

const StickerRotation(
  1. double _rotation, {
  2. RotationDirection direction = RotationDirection.CLOCKWISE,
})

Implementation

const StickerRotation(
  this._rotation, {
  this.direction = RotationDirection.CLOCKWISE,
});