getLabelStyleTextColor method

Future<String?> getLabelStyleTextColor()

Get the labelStyle's text color

Implementation

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