const PlaygroundControllerProvider.none({ Key? key, required Widget child, }) : controller = null, super(key: key, child: child);