menu
u package
documentation
components/u_rich_text_editor.dart
UEditorMenuEntry<T>
UEditorMenuEntry.new constructor
UEditorMenuEntry.new constructor
dark_mode
light_mode
UEditorMenuEntry<
T
>
constructor
UEditorMenuEntry<
T
>
(
{
required
T
value
,
required
String
label
,
TextStyle
?
style
,
})
Implementation
UEditorMenuEntry({required this.value, required this.label, this.style});
u package
documentation
components/u_rich_text_editor
UEditorMenuEntry<T>
UEditorMenuEntry.new constructor
UEditorMenuEntry class