withBorderColor method

DonutChartStyle withBorderColor(
  1. Color value
)

Replaces DonutChartStyle.borderColor with value.

Implementation

DonutChartStyle withBorderColor(Color value) => copyWith(borderColor: value);