NiceTextArea constructor
const
NiceTextArea({ - Key? key,
- String? value,
- ValueChanged<String>? onChanged,
- String? label,
- String? hint,
- String? errorText,
- bool enabled = true,
- bool readOnly = false,
- int minLines = 3,
- int maxLines = 8,
- int? maxLength,
- bool showCounter = false,
- bool resizable = false,
})
Implementation
const NiceTextArea({
super.key,
this.value,
this.onChanged,
this.label,
this.hint,
this.errorText,
this.enabled = true,
this.readOnly = false,
this.minLines = 3,
this.maxLines = 8,
this.maxLength,
this.showCounter = false,
this.resizable = false,
});