getIconColorBrightnessMax method

Future<double?> getIconColorBrightnessMax()

Increase or reduce the brightness of the symbols. The value is the maximum brightness. Default value: 1. Value range: 0, 1

Implementation

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