TuiApp<T extends TuiAppStateHolder<TuiState> > class
abstract
A root TUI component.
Constructors
- TuiApp({Key? key, required T holder})
-
const
Properties
Methods
-
createElement(
) → StatefulElement -
inherited
-
createState(
) → TuiAppState< TuiApp< TuiAppStateHolder< >TuiState> > - Creates the mutable state for this component.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited