RenderContext class
The RenderContext is available when parsing the tree. It contains information
about the BuildContext of the Html
widget, contains the configuration available
in the HtmlParser, and contains information about the Style of the current
tree root.
Constructors
- RenderContext({required BuildContext buildContext, required HtmlParser parser, required StyledElement tree, required Style style})
Properties
- buildContext → BuildContext
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- parser → HtmlParser
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → Style
-
final
- tree → StyledElement
-
final
Methods
-
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