setLabelStyleTextColor method
Set the labelStyle's text color
Implementation
Future<void> setLabelStyleTextColor(Color color) =>
DisplayRulePlatform.instance.setLabelStyleTextColor(id, color);
Set the labelStyle's text color
Future<void> setLabelStyleTextColor(Color color) =>
DisplayRulePlatform.instance.setLabelStyleTextColor(id, color);