getBadgeFillColor method

Future<Color?> getBadgeFillColor()

Get the badge's fill color

Implementation

Future<Color?> getBadgeFillColor() =>
    DisplayRulePlatform.instance.getBadgeFillColor(id);