PlaygroundController constructor

PlaygroundController({
  1. PlaygroundBackground? background,
})

Implementation

PlaygroundController({PlaygroundBackground? background})
    : _playgroundKey = GlobalKey(),
      stickerController = StickerboothController(),
      textController = TextEditingController(),
      super(PlaygroundValue(background: background));