isText property
bool
get
isText
Implementation
bool get isText => type != UBlockType.image && type != UBlockType.divider && type != UBlockType.table;
bool get isText => type != UBlockType.image && type != UBlockType.divider && type != UBlockType.table;