edgeTypeKnob property

ChoiceConfigKnob<Edge> edgeTypeKnob
final

A knob controlling the type of edge detector.

Implementation

final ChoiceConfigKnob<Edge> edgeTypeKnob =
    ChoiceConfigKnob(Edge.values, value: Edge.pos);