getLabelStyleHaloColor method

Future<Color?> getLabelStyleHaloColor()

Get the labelStyle's halo color

Implementation

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