setLabelStyleTextColor method

Future<void> setLabelStyleTextColor(
  1. Color color
)

Set the labelStyle's text color

Implementation

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