ReactiveState<T extends StatefulWidget, S extends ReactiveController> constructor
ReactiveState<T extends StatefulWidget, S extends ReactiveController> ({
- String? tag,
Creates a ReactiveState with an optional tag.
The tag allows multiple instances of the same controller type to coexist
in the dependency system.
Implementation
ReactiveState({this.tag});