StickerPosition constructor

const StickerPosition({
  1. double dx = 0,
  2. double dy = 0,
})

Implementation

const StickerPosition({this.dx = 0, this.dy = 0});