TextBlockItem constructor
TextBlockItem({})
Implementation
TextBlockItem({
String? key,
this.children = const <Span>[],
this.style = 'normal',
this.markDefs = const <MarkDef>[],
this.listItem,
this.level,
this.listItemIndex,
}) : key = key ?? nanoid();