isInline property

bool get isInline

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

bool get isInline;