StickerSize constructor

const StickerSize({
  1. double width = 1,
  2. double height = 1,
})

Implementation

const StickerSize({this.width = 1, this.height = 1});