setBadgeFillColor method

Future<void> setBadgeFillColor(
  1. String color
)

Set the badge's fill color

Implementation

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