PlexFormFieldRichText constructor

const PlexFormFieldRichText({
  1. Key? key,
  2. PlexFormFieldGeneric properties = const PlexFormFieldGeneric.empty(),
  3. String? initialValue,
  4. PlexRichTextFormat outputFormat = PlexRichTextFormat.html,
  5. void onChanged(
    1. String value
    )?,
  6. String? placeholder,
  7. bool readOnly = false,
  8. double minHeight = 200.0,
})

Implementation

const PlexFormFieldRichText({
  super.key,
  this.properties = const PlexFormFieldGeneric.empty(),
  this.initialValue,
  this.outputFormat = PlexRichTextFormat.html,
  this.onChanged,
  this.placeholder,
  this.readOnly = false,
  this.minHeight = 200.0,
});