isEmbed property
bool
get
isEmbed
Determines if this Paragraph is an embed type one
Implementation
bool get isEmbed =>
type == ParagraphType.embed && lines.first.isEmbedFragment;
Determines if this Paragraph is an embed type one
bool get isEmbed =>
type == ParagraphType.embed && lines.first.isEmbedFragment;