withShowSpokes method

RadarCategoryAxisConfig withShowSpokes(
  1. bool value
)

Replaces RadarCategoryAxisConfig.showSpokes with value.

Implementation

RadarCategoryAxisConfig withShowSpokes(bool value) =>
    copyWith(showSpokes: value);