withCustomValue method

DonutCenterContent withCustomValue(
  1. String value
)

Replaces DonutCenterContent.customValue with value.

Implementation

DonutCenterContent withCustomValue(String value) =>
    copyWith(customValue: value);