ParticipantsCounterBadgeContainerBuilder typedef

ParticipantsCounterBadgeContainerBuilder = Widget Function(ParticipantsCounterBadgeContainerContext context, Widget defaultContainer)

Implementation

typedef ParticipantsCounterBadgeContainerBuilder = Widget Function(
  ParticipantsCounterBadgeContainerContext context,
  Widget defaultContainer,
);