StateController<T> constructor

const StateController<T>(
  1. T value,
  2. StateSetter<T> set
)

Implementation

const StateController(this.value, this.set);