JeaLoading constructor

const JeaLoading({
  1. Key? key,
  2. Color? backgroundColor,
  3. Color? progressColor,
})

Implementation

const JeaLoading({
  super.key,
  this.backgroundColor,
  this.progressColor,
  this.logo,
});