withTargetMarkerStyle method
Replaces PolarColumnChartSeries.targetMarkerStyle with value.
Implementation
PolarColumnChartSeries withTargetMarkerStyle(
PolarColumnTargetMarkerStyle value,
) => copyWith(targetMarkerStyle: value);
Replaces PolarColumnChartSeries.targetMarkerStyle with value.
PolarColumnChartSeries withTargetMarkerStyle(
PolarColumnTargetMarkerStyle value,
) => copyWith(targetMarkerStyle: value);