withRotationDegrees method

ScatterMarkerStyle withRotationDegrees(
  1. double value
)

Replaces ScatterMarkerStyle.rotationDegrees with value.

Implementation

ScatterMarkerStyle withRotationDegrees(double value) =>
    copyWith(rotationDegrees: value);