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