edgeTypeKnob property
final
A knob controlling the type of edge detector.
Implementation
final ChoiceConfigKnob<Edge> edgeTypeKnob =
ChoiceConfigKnob(Edge.values, value: Edge.pos);
A knob controlling the type of edge detector.
final ChoiceConfigKnob<Edge> edgeTypeKnob =
ChoiceConfigKnob(Edge.values, value: Edge.pos);