LayoutView class abstract

Inheritance

Constructors

LayoutView()

Properties

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

Methods

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

Operators

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