Knob<T> constructor

Knob<T>(
  1. String label,
  2. T value
)

Implementation

Knob(this.label, this.value);