DevToolsClearableTextField constructor
DevToolsClearableTextField({})
Implementation
DevToolsClearableTextField({
super.key,
required this.labelText,
TextEditingController? controller,
this.hintText,
this.prefixIcon,
this.additionalSuffixActions = const <Widget>[],
this.onChanged,
this.onSubmitted,
this.autofocus = false,
this.enabled,
this.roundedBorder = false,
}) : controller = controller ?? TextEditingController();