withBorderColorMode method

DonutChartStyle withBorderColorMode(
  1. PieBorderColorMode value
)

Replaces DonutChartStyle.borderColorMode with value.

Implementation

DonutChartStyle withBorderColorMode(PieBorderColorMode value) =>
    copyWith(borderColorMode: value);