withAllowDragging method

LegendStyle withAllowDragging(
  1. bool value
)

Replaces LegendStyle.allowDragging with value.

Implementation

LegendStyle withAllowDragging(bool value) => copyWith(allowDragging: value);