withTargetMarkerStyle method

PolarColumnChartSeries withTargetMarkerStyle(
  1. PolarColumnTargetMarkerStyle value
)

Replaces PolarColumnChartSeries.targetMarkerStyle with value.

Implementation

PolarColumnChartSeries withTargetMarkerStyle(
  PolarColumnTargetMarkerStyle value,
) => copyWith(targetMarkerStyle: value);