HeadingAttributeBuilder class

Builder for heading attribute styles.

There is no need to use this class directly, consider using NotusAttribute.heading instead.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
Unique key of this attribute.
finalinherited
level1 NotusAttribute<int>
Level 1 heading, equivalent of H1 in HTML.
no setter
level2 NotusAttribute<int>
Level 2 heading, equivalent of H2 in HTML.
no setter
level3 NotusAttribute<int>
Level 3 heading, equivalent of H3 in HTML.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope NotusAttributeScope
finalinherited
unset NotusAttribute<int?>
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withValue(int value) NotusAttribute<int>
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited