withItemSpacing method

LegendStyle withItemSpacing(
  1. double value
)

Replaces LegendStyle.itemSpacing with value.

Implementation

LegendStyle withItemSpacing(double value) => copyWith(itemSpacing: value);