getLabelStyleHaloColor method

Future<String?> getLabelStyleHaloColor()

Get the labelStyle's halo color

Implementation

Future<String?> getLabelStyleHaloColor() =>
    DisplayRulePlatform.instance.getLabelStyleHaloColor(id);