Renderable class abstract

Implementers

Constructors

Renderable()

Properties

hashCode int
The hash code for this object.
no setterinherited
host ↔ HTMLElement
getter/setter pair
imports List<Renderable>
no setter
methodRegistry Map<String, Function>
no setter
props Map<String, dynamic>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style Future<String?>
no setter
template Future<String>
no setter

Methods

afterRender() → void
build() → HTMLElement
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render() Future<void>
setState(void updater()) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

jinjaEnv → Environment
final