updateKnobValue<T> method
Updates Knob.value using the label
to find the Knob.
Implementation
@Deprecated('Use [knobs.updateValue] instead.')
void updateKnobValue<T>(String label, T value) {
knobs.updateValue<T>(label, value);
}
Updates Knob.value using the label
to find the Knob.
@Deprecated('Use [knobs.updateValue] instead.')
void updateKnobValue<T>(String label, T value) {
knobs.updateValue<T>(label, value);
}