withAllowEditing method

TrendAnnotation withAllowEditing(
  1. bool value
)

Replaces TrendAnnotation.allowEditing with value.

Implementation

TrendAnnotation withAllowEditing(bool value) => copyWith(allowEditing: value);