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