LoadingAnimationWidget constructor
const
LoadingAnimationWidget({
- Key? key,
- KillSwitchTheme? theme,
- LoadingAnimationType animationType = LoadingAnimationType.spinner,
- double size = 40.0,
Implementation
const LoadingAnimationWidget({
super.key,
this.theme,
this.animationType = LoadingAnimationType.spinner,
this.size = 40.0,
});