ConfettiWidget constructor

const ConfettiWidget({
  1. List<Color> colors = _defaultColors,
  2. bool isStopped = false,
  3. Key? key,
})

Implementation

const ConfettiWidget({
  this.colors = _defaultColors,
  this.isStopped = false,
  super.key,
});