withClipMarks method

PolarPaneConfig withClipMarks(
  1. bool value
)

Replaces PolarPaneConfig.clipMarks with value.

Implementation

PolarPaneConfig withClipMarks(bool value) => copyWith(clipMarks: value);