LoadingAnimationWidget constructor

const LoadingAnimationWidget({
  1. Key? key,
  2. KillSwitchTheme? theme,
  3. LoadingAnimationType animationType = LoadingAnimationType.spinner,
  4. double size = 40.0,
})

Implementation

const LoadingAnimationWidget({
  super.key,
  this.theme,
  this.animationType = LoadingAnimationType.spinner,
  this.size = 40.0,
});