StringKnobWidget constructor

const StringKnobWidget({
  1. Key? key,
  2. String? label,
  3. String? value,
})

Implementation

const StringKnobWidget({Key? key, this.label, this.value}) : super(key: key);