App class

Constructors

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

Properties

children List<Component>?
final
className String?
This class will be applied to the container element target.
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
style Map<String, dynamic>?
This style will be applied to the container element target.
final
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