KitCirclePreloader constructor

const KitCirclePreloader({
  1. Widget? child,
  2. bool isLoading = true,
  3. double size = 16,
  4. double? value,
  5. Color? color,
  6. Key? key,
})

Implementation

const KitCirclePreloader({
  this.child,
  this.isLoading = true,
  this.size = 16,
  this.value,
  this.color,
  super.key,
});