ComponentValueController<T> constructor

ComponentValueController<T>(
  1. T value
)

Creates a ComponentValueController with the given initial value.

The value parameter sets the initial state of the controller. Listeners will be notified whenever this value changes.

Implementation

ComponentValueController(super.value);