Component class abstract

Implementers

Constructors

Component()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtime ComponentRuntime
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styles List<Stylesheet>
no setter

Methods

attach(ComponentRuntime runtime) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMount() → void
onUnmount() → void
render() PulsarNode
setState(void updater()) → void
toString() String
A string representation of this object.
inherited
update() → void

Operators

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