setLabelStyleTextColor method

Future<void> setLabelStyleTextColor(
  1. String color
)

Set the labelStyle's text color

Implementation

Future<void> setLabelStyleTextColor(String color) =>
    DisplayRulePlatform.instance.setLabelStyleTextColor(id, color);