KatEditor constructor
const
KatEditor({
- Key? key,
- required KatQuillEditorController controller,
- IconData? icon,
- String? label,
- String? hintText,
- String? initialValue,
- double minHeight = 300,
- double fontSize = 14.0,
- ValueChanged<
String> ? onTextChanged,
Implementation
const KatEditor({
super.key,
required this.controller,
this.icon,
this.label,
this.hintText,
this.initialValue,
this.minHeight = 300,
this.fontSize = 14.0,
this.onTextChanged,
});