getIconColorContrast method

Future<double?> getIconColorContrast()

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

Implementation

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