withBorderColorMode method

PieChartStyle withBorderColorMode(
  1. PieBorderColorMode value
)

Replaces PieChartStyle.borderColorMode with value.

Implementation

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