menu
flutter_quill package
documentation
flutter_quill.dart
CustomBlockEmbed
CustomBlockEmbed const constructor
CustomBlockEmbed const constructor
dark_mode
light_mode
CustomBlockEmbed
constructor
const
CustomBlockEmbed
(
String
type
,
String
data
)
Implementation
const CustomBlockEmbed(super.type, super.data);
flutter_quill package
documentation
flutter_quill
CustomBlockEmbed
CustomBlockEmbed const constructor
CustomBlockEmbed class