TextArea constructor Null safety
- {Key? key,
- ValueChanged<
String> ? onChanged, - GestureTapCallback? onTap,
- bool? autofocus,
- TextEditingController? controller}
Implementation
const TextArea({
Key? key,
this.onChanged,
this.onTap,
this.autofocus,
this.controller,
}) : super(key: key);