getLabelStyleTextColor method

Future<Color?> getLabelStyleTextColor()

Get the labelStyle's text color

Implementation

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