MephistoTextarea constructor
const
MephistoTextarea({ - Key? key,
- String? label,
- Function? onChange,
- Function? onShowText,
- TextInputType? inputType,
- bool? isLastField = false,
- bool? isExpanded = false,
- int? maxLines = 3,
- String? initialValue = "",
- String? placeholder,
- IconData? prefixIcon,
- dynamic validator(
- String? value
)?,
- TextEditingController? controller,
})
Implementation
const MephistoTextarea(
{super.key,
this.label,
this.onChange,
this.onShowText,
this.inputType,
this.isLastField = false,
this.isExpanded = false,
this.maxLines = 3,
this.initialValue = "",
// this.fillColor = neutralBgColor2,
this.placeholder,
this.prefixIcon,
this.validator,
this.controller});