NumKnob constructor

NumKnob(
  1. String label,
  2. num value
)

Implementation

NumKnob(String label, num value) : super(label, value);