PlaygroundAddTextButton constructor

const PlaygroundAddTextButton({
  1. Key? key,
  2. required PlaygroundController controller,
})

Implementation

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