NiceRoundCard constructor
const
NiceRoundCard({ - Key? key,
- required NiceEventRound round,
- bool timerRunning = false,
- int? remainingSeconds,
- void onSubmitScore(
- String participantId,
- double score
)?,
- VoidCallback? onStart,
- VoidCallback? onEnd,
- VoidCallback? onSkip,
- bool editable = false,
})
Implementation
const NiceRoundCard({
super.key,
required this.round,
this.timerRunning = false,
this.remainingSeconds,
this.onSubmitScore,
this.onStart,
this.onEnd,
this.onSkip,
this.editable = false,
this.footerActions,
});