GiantToadTextField constructor
const
GiantToadTextField({
- TextEditingController? controller,
- FocusNode? focusNode,
- String? label,
- ValueChanged<
String> ? onChanged, - ValueChanged<
String> ? onSubmitted, - bool enabled = true,
- int maxLines = 1,
- Key? key,
Implementation
const GiantToadTextField({
this.controller,
this.focusNode,
this.label,
this.onChanged,
this.onSubmitted,
this.enabled = true,
this.maxLines = 1,
super.key,
});