withRotationDegrees method
- double value
Replaces ScatterMarkerStyle.rotationDegrees with value.
Implementation
ScatterMarkerStyle withRotationDegrees(double value) =>
copyWith(rotationDegrees: value);
Replaces ScatterMarkerStyle.rotationDegrees with value.
ScatterMarkerStyle withRotationDegrees(double value) =>
copyWith(rotationDegrees: value);