core/component_state library

Classes

ComponentState<T extends StatefulComponent> Components Core State Management
Base class for managing the state of a StatefulComponent.

Typedefs

VoidCallback = void Function()
Signature for functions with no arguments and no return value.