isNewLine property

bool get isNewLine

Implementation

bool get isNewLine => type == ParagraphType.lineBreak && length == 1
    ? _lines.single.isNewLine
    : false;