LoadingView.random constructor

const LoadingView.random({
  1. Key? key,
  2. Color? color,
  3. double size = 45,
  4. int index = -1,
})

Implementation

const LoadingView.random({
  super.key,
  this.color,
  this.size = 45,
  this.index = -1,
});