isEmbed property

bool get isEmbed

Determines if this Paragraph is an embed type one

Implementation

bool get isEmbed =>
    type == ParagraphType.embed && lines.first.isEmbedFragment;