getBadgeStrokeColor method

Future<Color?> getBadgeStrokeColor()

Get the badge's stroke color

Implementation

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