BasicRenderObject class
Basic render object for stateless widgets that just wrap HTML output.
- Inheritance
-
- Object
- FlintRenderObject
- BasicRenderObject
Constructors
- BasicRenderObject(FlintWidget widget)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- widget ↔ FlintWidget
-
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toHtml(
) → String -
Returns the rendered HTML string.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
updateFromWidget(
FlintWidget newWidget) → void -
Called when the widget changes — should refresh computed output.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited