StateController<T> constructor
const
StateController<T> (
- T value,
- StateSetter<
T> set
Implementation
const StateController(this.value, this.set);
const StateController(this.value, this.set);