isNewLineWithBlockAttributes property
bool
get
isNewLineWithBlockAttributes
Determines if this Paragraph is just a paragraph empty with a new line that has block attributes
Implementation
bool get isNewLineWithBlockAttributes => isNewLine && blockAttributes != null;