MessageDice constructor
MessageDice({
- DiceStickers? initialState,
- DiceStickers? finalState,
- required String emoji,
- required int value,
- required int successAnimationFrameNumber,
Implementation
MessageDice({
this.initialState,
this.finalState,
required this.emoji,
required this.value,
required this.successAnimationFrameNumber,
});