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