RichTextField constructor
RichTextField(
- AppModel app,
- String value,
- RichTextFieldTrigger trigger,
- String label,
- String hint,
- int rows,
Implementation
RichTextField(
this.app, this.value, this.trigger, this.label, this.hint, this.rows);