BlockNoteCustomInlineContent constructor
const
BlockNoteCustomInlineContent({
- required String type,
- List<
BlockNoteStyledText> ? content, - Map<
String, dynamic> props = const <String, dynamic>{},
Implementation
const BlockNoteCustomInlineContent({
required this.type,
this.content,
this.props = const <String, dynamic>{},
});