PlaygroundStickers constructor
const
PlaygroundStickers({
- Key? key,
- required PlaygroundController controller,
Implementation
const PlaygroundStickers({
Key? key,
required this.controller,
}) : super(key: key);