FKappaLoadingIndicator constructor

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

Implementation

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