StateSetter<T> constructor
const
StateSetter<T> (
- void _setValue(
- T
- void _setUpdater(
- T (
- T previous
- T (
Creates a state setter from renderer operations.
Implementation
const StateSetter(this._setValue, this._setUpdater);