FancyDrawStats constructor
const
FancyDrawStats({})
Implementation
const FancyDrawStats({
super.key,
this.participantsLabel = 'Participants',
this.drawnLabel = 'Drawn',
this.remainingLabel = 'Remaining',
required this.participantsCount,
required this.drawnCount,
required this.remainingCount,
this.primaryColor = const Color(0xFFFBBF24),
});