setBadgeFillColor method

Future<void> setBadgeFillColor(
  1. Color color
)

Set the badge's fill color

Implementation

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