value property

T value

The current value of the knob.

This may change as the user interacts with the knob.

Implementation

T get value => knobValue.value;
void value=(T value)

The current value of the knob.

This may change as the user interacts with the knob.

Implementation

set value(T value) => knobValue.value = value;