TermosLoadingIndicator constructor

const TermosLoadingIndicator({
  1. Key? key,
  2. double size = 24,
  3. Color? color,
  4. Color? backgroundColor,
  5. Set<LoaderPersona>? excludedPersonas,
  6. Object? transitionKey,
})

Implementation

const TermosLoadingIndicator({
  super.key,
  this.size = 24,
  this.color,
  this.backgroundColor,
  this.excludedPersonas,
  this.transitionKey,
});