BlockNoteCustomInlineContent constructor

const BlockNoteCustomInlineContent({
  1. required String type,
  2. List<BlockNoteStyledText>? content,
  3. Map<String, dynamic> props = const <String, dynamic>{},
})

Implementation

const BlockNoteCustomInlineContent({
  required this.type,
  this.content,
  this.props = const <String, dynamic>{},
});