setLabelStyleHaloColor method
Set the labelStyle's halo color
Implementation
Future<void> setLabelStyleHaloColor(Color color) =>
DisplayRulePlatform.instance.setLabelStyleHaloColor(id, color);
Set the labelStyle's halo color
Future<void> setLabelStyleHaloColor(Color color) =>
DisplayRulePlatform.instance.setLabelStyleHaloColor(id, color);