RichTextField constructor

RichTextField(
  1. AppModel app,
  2. String value,
  3. RichTextFieldTrigger trigger,
  4. String label,
  5. String hint,
  6. int rows,
)

Implementation

RichTextField(
    this.app, this.value, this.trigger, this.label, this.hint, this.rows);