RadarPainter constructor
const
RadarPainter({})
Implementation
const RadarPainter({
required this.maxDistance,
required this.arAnnotations,
required this.heading,
this.markerColor = Colors.red,
this.background = Colors.grey,
});