setLabelStyleHaloColor method

Future<void> setLabelStyleHaloColor(
  1. Color color
)

Set the labelStyle's halo color

Implementation

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