RouterComponent class

Inheritance

Constructors

RouterComponent({required Router router, required Component layout(Component page)})

Properties

hashCode int
The hash code for this object.
no setterinherited
layout Component Function(Component page)
final
router Router
final
runtime ComponentRuntime
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styles List<Stylesheet>
no setterinherited

Methods

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

Operators

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

Static Methods

notifyNavigation() → void