isTextInsert property

bool get isTextInsert

Determines if this Paragraph is just an inline type one

Implementation

bool get isTextInsert => type == ParagraphType.inline;