Loading constructor

const Loading({
  1. Key? key,
  2. bool changeColor = false,
})

Implementation

const Loading({
  super.key,
  this.changeColor = false,
});