setHaloColor method - LocationIndicator class - mapview library - Dart API
setHaloColor
setHaloColor abstract method
- LocationIndicatorIndicatorStyle style,
- Color color
Sets the color of the accuracy indicator halo for a given style.
-
styleThe type of IndicatorStyle for which the color should be assigned. -
colorThe color to be applied to the halo for a specified IndicatorStyle. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
Implementation
void setHaloColor(LocationIndicatorIndicatorStyle style, ui.Color color);