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