If true, the confetti will use a timer to schedule the confetti, it is useful when you want to keep the
speed of the confetti constant on every device with different refresh rates.
A quick way to launch the confetti.
Notice: If your APP is not using the MaterialApp as the root widget,
you can't use this method. Instead, you should use the Confetti widget directly.
context is the context of the APP.
options is the options used to launch the confetti.
particleBuilder is the builder that creates the particles. if you don't
provide one, a default one will be used.The default particles are circles and squares..
onFinished is a callback that will be called when the confetti finished its animation.
insertInOverlay is a callback that will be called to insert the confetti into the overlay.
enableCustomScheduler is a flag that indicates whether to use a custom scheduler. If true,
the confetti will use a timer to schedule the confetti, it is useful when you want to keep the
speed of the confetti constant on every device with different refresh rates.