getTextHaloColor method
The color of the text's halo, which helps it stand out from backgrounds. Default value: "rgba(0, 0, 0, 0)".
Implementation
Future<int?> getTextHaloColor() => messenger.getTextHaloColor(id);
The color of the text's halo, which helps it stand out from backgrounds. Default value: "rgba(0, 0, 0, 0)".
Future<int?> getTextHaloColor() => messenger.getTextHaloColor(id);