setTextHaloColor method

Future<void> setTextHaloColor(
  1. int textHaloColor
)

The color of the text's halo, which helps it stand out from backgrounds. Default value: "rgba(0, 0, 0, 0)".

Implementation

Future<void> setTextHaloColor(int textHaloColor) =>
    _annotationMessenger.setTextHaloColor(id, textHaloColor);