setLabelStyleHaloColor method

Future<void> setLabelStyleHaloColor(
  1. String color
)

Set the labelStyle's halo color

Implementation

Future<void> setLabelStyleHaloColor(String color) =>
    DisplayRulePlatform.instance.setLabelStyleHaloColor(id, color);