ComLoadingWidget constructor
const
ComLoadingWidget({
- Key? key,
- String? message,
- required ComToastConfig config,
- bool barrierDismissible = false,
- VoidCallback? onDismiss,
- bool isCustom = false,
Implementation
const ComLoadingWidget({
super.key,
this.message,
required this.config,
this.barrierDismissible = false,
this.onDismiss,
this.isCustom = false,
});