isTextInsert property
bool
get
isTextInsert
Determines if this Paragraph is just an inline type one
Implementation
bool get isTextInsert => type == ParagraphType.inline;
Determines if this Paragraph is just an inline type one
bool get isTextInsert => type == ParagraphType.inline;