PlaygroundTextfield constructor

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

Implementation

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