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