App class

Constructors

App({bool? debug, String? target = "#app", String? title = "Kitawi", List<Component>? children, dynamic onRender(Document)?})
Creates a new instance of App.

Properties

children List<Component>?
final
debug bool?
final
hashCode int
The hash code for this object.
no setterinherited
onRender → dynamic Function(Document)?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target String?
final
title String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() → void
toString() String
A string representation of this object.
inherited

Operators

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