menu
u package
documentation
components/u_rich_text_editor.dart
URichTextEditorField
URichTextEditorField.new const constructor
URichTextEditorField.new const constructor
dark_mode
light_mode
URichTextEditorField
constructor
const
URichTextEditorField
(
{
required
dynamic
onSubmit
(
String
),
required
String
content
,
Key
?
key
,
})
Implementation
const URichTextEditorField({required this.onSubmit, required this.content, super.key});
u package
documentation
components/u_rich_text_editor
URichTextEditorField
URichTextEditorField.new const constructor
URichTextEditorField class