'resetting quiz game choices using flutter

I started a quiz game using flutter,

I added a reset button to replay the game.

but previous choices didn't reset, I have a problem resetting the choices to play again.

the choices reset only if I restart (run) the app from scratch.



Solution 1:[1]

Set previous choices as null with setState.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1