getIconColorBrightnessMin method

Future<double?> getIconColorBrightnessMin()

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

Implementation

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