KLoading constructor

KLoading({
  1. Color? color,
  2. double? size,
  3. Color? iconColor,
  4. String? text,
  5. Color? textColor,
  6. double? textSize,
  7. double? radius,
  8. LoadingType? loadingType,
})

Implementation

KLoading(
    {this.color,
    this.size,
    this.iconColor,
    this.text,
    this.textColor,
    this.textSize,
    this.radius,
    this.loadingType});