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