CenterLoading constructor

const CenterLoading({
  1. Key? key,
  2. bool bigger = false,
  3. Color? color,
  4. bool overlay = false,
  5. Color? overlayColor,
  6. String? platform,
  7. Widget? child,
})

Implementation

const CenterLoading({Key? key, this.bigger = false, this.color, this.overlay = false, this.overlayColor, this.platform, this.child}) : super(key: key);