exclusive property

  1. @override
bool get exclusive
override

Determines if this attribute is exclusive and cannot be combined with other exclusive attributes.

When true, applying this attribute will automatically remove any other exclusive attributes. For example, you cannot have both a header and a codeblock attribute on the same text block.

Implementation

@override
bool get exclusive => false;