StringKnobValue constructor

StringKnobValue({
  1. required String value,
})

A knob that allows the user to edit a string value.

See also:

Implementation

StringKnobValue({required super.value});