withItemSpacing method
- double value
Replaces LegendStyle.itemSpacing with value.
Implementation
LegendStyle withItemSpacing(double value) => copyWith(itemSpacing: value);
Replaces LegendStyle.itemSpacing with value.
LegendStyle withItemSpacing(double value) => copyWith(itemSpacing: value);