withVisible method

PieDataLabelConfig withVisible(
  1. bool value
)

Replaces PieDataLabelConfig.isVisible with value.

Implementation

PieDataLabelConfig withVisible(bool value) => copyWith(isVisible: value);