setBadgeFillColor method
Set the badge's fill color
Implementation
Future<void> setBadgeFillColor(String color) =>
DisplayRulePlatform.instance.setBadgeFillColor(id, color);
Set the badge's fill color
Future<void> setBadgeFillColor(String color) =>
DisplayRulePlatform.instance.setBadgeFillColor(id, color);