FXTextArea constructor
FXTextArea({})
Implementation
FXTextArea({
Key? key,
required this.title,
required this.onChanged,
this.defaultValue = "",
this.maxLength,
this.showCounter = true,
this.placeholder = "请输入内容",
}) : super(key: key);