isBlock property
bool
get
isBlock
Implementation
bool get isBlock => type == ParagraphType.block && blockAttributes != null;
bool get isBlock => type == ParagraphType.block && blockAttributes != null;