PlaygroundController constructor
PlaygroundController({
- PlaygroundBackground? background,
Implementation
PlaygroundController({
PlaygroundBackground? background,
}) : _playgroundKey = GlobalKey(),
stickerController = StickerBoothController(),
textController = TextEditingController(),
super(PlaygroundValue(background: background));