ParticipantsCounterBadgeTextBuilder typedef

ParticipantsCounterBadgeTextBuilder = Widget Function(ParticipantsCounterBadgeTextContext context, Widget defaultText)

Implementation

typedef ParticipantsCounterBadgeTextBuilder = Widget Function(
  ParticipantsCounterBadgeTextContext context,
  Widget defaultText,
);