ParticipantsCounterBadgeBadgeBuilder typedef

ParticipantsCounterBadgeBadgeBuilder = Widget Function(ParticipantsCounterBadgeBadgeContext context, Widget defaultBadge)

Implementation

typedef ParticipantsCounterBadgeBadgeBuilder = Widget Function(
  ParticipantsCounterBadgeBadgeContext context,
  Widget defaultBadge,
);