ParticipantsCounterBadgeBadgeContext constructor

const ParticipantsCounterBadgeBadgeContext({
  1. required BuildContext buildContext,
  2. required ParticipantsCounterBadgeOptions options,
  3. required bool showBadge,
})

Implementation

const ParticipantsCounterBadgeBadgeContext({
  required this.buildContext,
  required this.options,
  required this.showBadge,
});