menu
eyflutter_rich_text package
documentation
editor/models/documents/nodes/embeddable.dart
CustomBlockEmbed
CustomBlockEmbed const constructor
CustomBlockEmbed const constructor
dark_mode
light_mode
CustomBlockEmbed
constructor
const
CustomBlockEmbed
(
String
type
,
String
data
)
Implementation
const CustomBlockEmbed(String type, String data) : super(type, data);
eyflutter_rich_text package
documentation
editor/models/documents/nodes/embeddable
CustomBlockEmbed
CustomBlockEmbed const constructor
CustomBlockEmbed class