components\display_components\participants_counter_badge library

Classes

ParticipantsCounterBadge
ParticipantsCounterBadge - Displays the participants count with an icon and extensive customization hooks.
ParticipantsCounterBadgeBadgeContext
Context passed to custom badge builders.
ParticipantsCounterBadgeContainerContext
Context passed to custom container builders.
ParticipantsCounterBadgeOptions
ParticipantsCounterBadgeOptions - Configuration options for the ParticipantsCounterBadge widget.
ParticipantsCounterBadgePositionContext
Context passed to custom position builders.
ParticipantsCounterBadgePositionOverride
Additional positional overrides for the participants counter badge.
ParticipantsCounterBadgeTextContext
Context passed to custom text builders.

Typedefs

ParticipantsCounterBadgeBadgeBuilder = Widget Function(ParticipantsCounterBadgeBadgeContext context, Widget defaultBadge)
ParticipantsCounterBadgeContainerBuilder = Widget Function(ParticipantsCounterBadgeContainerContext context, Widget defaultContainer)
ParticipantsCounterBadgePositionBuilder = Widget Function(ParticipantsCounterBadgePositionContext context, Widget defaultPositioned)
ParticipantsCounterBadgeTextBuilder = Widget Function(ParticipantsCounterBadgeTextContext context, Widget defaultText)
ParticipantsCounterBadgeType = Widget Function({required ParticipantsCounterBadgeOptions options})