NodeWidgetTransformer<N extends BaseNode> class abstract

This is the base class for all widget transformers, transforming BaseNodes into Flutter Widgets.

Inheritance
Implementers

Constructors

NodeWidgetTransformer(GetNode getNode, WidgetNodeTransformerManager manager)
Creates a new instance of the transformer.

Properties

getNode → GetNode
The function that returns a node by its id.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
manager WidgetNodeTransformerManager
The node transformer manager that this transformer is registered to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildWidget(N node, BuildContext context, WidgetBuildSettings settings) Widget
Transforms a node into some output.
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