BudgetClock constructor
const
BudgetClock({})
Implementation
const BudgetClock({
super.key,
required this.playerTimes,
required this.deadline,
required this.pendingPlayers,
required this.myPlayerIndex,
});
const BudgetClock({
super.key,
required this.playerTimes,
required this.deadline,
required this.pendingPlayers,
required this.myPlayerIndex,
});