KappaLoadingIndicator constructor

const KappaLoadingIndicator({
  1. Key? key,
  2. Color? color,
  3. double radius = 12.0,
})

Implementation

const KappaLoadingIndicator({
  super.key,
  this.color,
  this.radius = 12.0,
});