PlaygroundButtonCollection constructor

const PlaygroundButtonCollection({
  1. Key? key,
  2. required PlaygroundController controller,
  3. Color? stickerViewBackground,
  4. bool enableOverlay = true,
})

Implementation

const PlaygroundButtonCollection({
  Key? key,
  required this.controller,
  this.stickerViewBackground,
  this.enableOverlay = true,
}) : super(key: key);