ParticipantsCounterBadgeTextContext constructor

const ParticipantsCounterBadgeTextContext({
  1. required BuildContext buildContext,
  2. required ParticipantsCounterBadgeOptions options,
})

Implementation

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