withLabel method

DonutCenterContent withLabel(
  1. String value
)

Replaces DonutCenterContent.label with value.

Implementation

DonutCenterContent withLabel(String value) => copyWith(label: value);