isInline property
Determines whether this attribute is applied inline (to text ranges) or as a block attribute (to paragraphs/blocks).
true: Inline attribute (applied to text selections)false: Block attribute (applied to entire paragraphs)
Implementation
@override
bool get isInline => false;