TextTextFieldRowWidget constructor
TextTextFieldRowWidget({
- Key? key,
- String? title,
- String? placeholder,
- String? value,
- TextStyle? style,
- bool autofocus = false,
- TextInputType? keyboardType,
- TextInputAction? textInputAction,
- List<
TextInputFormatter> ? inputFormatters, - TextEditingController? controller,
Implementation
TextTextFieldRowWidget({
Key? key,
this.title,
this.placeholder,
this.value,
this.style,
this.autofocus = false,
this.keyboardType,
this.textInputAction,
this.inputFormatters,
this.controller,
}) : super(
key: key,
);