KntFullScreenProgressBar constructor

const KntFullScreenProgressBar({
  1. Key? key,
  2. bool loadingAtFirst = false,
  3. Color? progressColor,
  4. Color? backgroundColor,
})

Implementation

const KntFullScreenProgressBar({
  super.key,
  this.loadingAtFirst = false,
  this.progressColor,
  this.backgroundColor,
});