PlexFormFieldRichText constructor
const
PlexFormFieldRichText({
- Key? key,
- PlexFormFieldGeneric properties = const PlexFormFieldGeneric.empty(),
- String? initialValue,
- PlexRichTextFormat outputFormat = PlexRichTextFormat.html,
- void onChanged(
- String value
- String? placeholder,
- bool readOnly = false,
- 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,
});