setIconColorContrast method

Future<void> setIconColorContrast(
  1. double iconColorContrast
)

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

Implementation

Future<void> setIconColorContrast(double iconColorContrast) =>
    _annotationMessenger.setIconColorContrast(id, iconColorContrast);