withBorderColor method

PieChartStyle withBorderColor(
  1. Color value
)

Replaces PieChartStyle.borderColor with value.

Implementation

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