ModulaTextArea constructor
const
ModulaTextArea({
- Key? key,
- String? initialValue,
- String? hintText,
- int minLines = 2,
- int maxLines = 8,
- int? maxLength,
- TextStyle? style,
- TextStyle? hintStyle,
- EdgeInsetsGeometry padding = const EdgeInsets.all(12),
- InputBorder? border,
- ValueChanged<
String> ? onChanged, - FormFieldValidator<
String> ? validator, - bool enabled = true,
- bool showCharacterCount = false,
- bool autoFocus = false,
- TextEditingController? controller,
- String? errorText,
Implementation
const ModulaTextArea({
super.key,
this.initialValue,
this.hintText,
this.minLines = 2,
this.maxLines = 8,
this.maxLength,
this.style,
this.hintStyle,
this.padding = const EdgeInsets.all(12),
this.border,
this.onChanged,
this.validator,
this.enabled = true,
this.showCharacterCount = false,
this.autoFocus = false,
this.controller,
this.errorText,
});