KeyPointsLineStyle constructor

const KeyPointsLineStyle({
  1. required Color color,
  2. required double strokeWidth,
})

Implementation

const KeyPointsLineStyle({required this.color, required this.strokeWidth});