BlockAttributeBuilder class
Builder for block attribute styles (number/bullet lists, code and quote).
There is no need to use this class directly, consider using NotusAttribute.block instead.
- Inheritance
-
- Object
- NotusAttributeBuilder<
String> - BlockAttributeBuilder
Properties
-
bulletList
→ NotusAttribute<
String> -
Formats a block of lines as a bullet list.
no setter
-
checkList
→ NotusAttribute<
String> -
Formats a block of lines as a checkbox list.
no setter
-
code
→ NotusAttribute<
String> -
Formats a block of lines as a code snippet, using monospace font.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
Unique key of this attribute.
finalinherited
-
numberList
→ NotusAttribute<
String> -
Formats a block of lines as a number list.
no setter
-
quote
→ NotusAttribute<
String> -
Formats a block of lines as a quote.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope → NotusAttributeScope
-
finalinherited
-
unset
→ NotusAttribute<
String> -
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(
String? value) → NotusAttribute< String> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited