ExcellentLoadingContainer constructor
const
ExcellentLoadingContainer({
- Key? key,
- Widget? indicator,
- String? status,
- bool? dismissOnTap,
- Completer<
void> ? completer, - ExcellentLoadingToastPosition? toastPosition,
- ExcellentLoadingMaskType? maskType,
- bool animation = true,
Implementation
const ExcellentLoadingContainer({
Key? key,
this.indicator,
this.status,
this.dismissOnTap,
this.completer,
this.toastPosition,
this.maskType,
this.animation = true,
}) : super(key: key);