ParticipantsCounterBadge constructor

const ParticipantsCounterBadge({
  1. Key? key,
  2. required ParticipantsCounterBadgeOptions options,
})

Implementation

const ParticipantsCounterBadge({super.key, required this.options});