BoolKnob constructor

BoolKnob(
  1. String? label,
  2. bool value
)

Implementation

BoolKnob(String? label, bool value) : super(label!, value);