PolylineController constructor

PolylineController()

Implementation

PolylineController() : super() {
  logic = PolylineLogic(() => _options);
}