H3 class
- Inheritance
- Available extensions
Constructors
-
H3({required Iterable<
Element> children, String? id, Iterable<String> ? classes, Iterable<String> ? inlineStyles, bool autoID = true, bool autoLink = defaultAutoLink}) -
H3.text(String text, {String? id, Iterable<
String> ? classes, Iterable<String> ? inlineStyles, bool autoID = true, bool autoLink = defaultAutoLink})
Properties
-
args
↔ Map<
String, String?> ? -
getter/setter pairinherited
- autoID ↔ bool
-
getter/setter pairinherited
- autoLink ↔ bool
-
getter/setter pairinherited
-
children
↔ Iterable<
Element> -
getter/setter pairinherited
-
classes
↔ Iterable<
String> ? -
getter/setter pairinherited
- copyWith → _H3CopyWith
-
Available on H3, provided by the H3CopyWith extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pairinherited
-
inlineStyles
↔ Iterable<
String> ? -
getter/setter pairinherited
- innerText → String
-
no setterinherited
- level → int
-
finalinherited
- modifiers → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
) → String -
inherited
-
collectChildrenOfType<
E> ({required List< E> into}) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- defaultAutoLink → const bool