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