withTextStyle method

SeriesCalloutSpec withTextStyle(
  1. TextStyle value
)

Replaces SeriesCalloutSpec.textStyle with value.

Implementation

SeriesCalloutSpec withTextStyle(TextStyle value) =>
    copyWith(textStyle: value);