MultilineTextInput constructor
const
MultilineTextInput({
- int maxLine = 2,
- String? placeholder,
- TextEditingController? textEditingController,
- String? errorText,
- dynamic onChanged()?,
Implementation
const MultilineTextInput({
this.maxLine = 2,
this.placeholder,
this.textEditingController,
this.errorText,
this.onChanged,
});