PlaygroundController constructor

PlaygroundController({
  1. PlaygroundBackground? background,
})

Implementation

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