isNewLine property
bool
get
isNewLine
Determines if this Paragraph is a new line type one
Implementation
bool get isNewLine => type == ParagraphType.lineBreak && length == 1
? _lines.single.isNewLine
: false;