StickerConstraint constructor

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

Implementation

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