RoadEventsLayerHighlightCircleStyle constructor

const RoadEventsLayerHighlightCircleStyle(
  1. Color strokeColor,
  2. Color fillColor,
  3. Duration animationDuration, {
  4. required double strokeWidth,
  5. required double maximumRadius,
})

Implementation

const RoadEventsLayerHighlightCircleStyle(
  this.strokeColor,
  this.fillColor,
  this.animationDuration, {
  required this.strokeWidth,
  required this.maximumRadius,
});