CQInputTextView constructor
CQInputTextView({})
Implementation
CQInputTextView({
Key? key,
this.text,
this.placeholder,
this.maxLength,
this.maxLengthAlgorithm, // 最大长度的算法
this.inputFormatters,
this.maxLines,
this.minHeight,
this.maxHeight,
required this.textChangeCallback,
this.autofocus = false, // 如朋友圈文本页面需要直接弹出键盘
}) : super(key: key);