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