ParticipantsCounterBadgeBadgeContext constructor
- required BuildContext buildContext,
- required ParticipantsCounterBadgeOptions options,
- required bool showBadge,
Implementation
const ParticipantsCounterBadgeBadgeContext({
required this.buildContext,
required this.options,
required this.showBadge,
});