withAllowDragging method
- bool value
Replaces LegendStyle.allowDragging with value.
Implementation
LegendStyle withAllowDragging(bool value) => copyWith(allowDragging: value);
Replaces LegendStyle.allowDragging with value.
LegendStyle withAllowDragging(bool value) => copyWith(allowDragging: value);