DiceStickersSlotMachine constructor
      const
      DiceStickersSlotMachine({})
     
    
Animated stickers to be combined into a slot machine
Implementation
const DiceStickersSlotMachine({
  required this.background,
  required this.lever,
  required this.leftReel,
  required this.centerReel,
  required this.rightReel,
});