getIconColorSaturation method

Future<double?> getIconColorSaturation()

Increase or reduce the saturation of the symbol icon. Default value: 0. Value range: -1, 1

Implementation

Future<double?> getIconColorSaturation() =>
    _annotationMessenger.getIconColorSaturation(id);