ComLoadingWidget constructor

const ComLoadingWidget({
  1. Key? key,
  2. String? message,
  3. required ComToastConfig config,
  4. bool barrierDismissible = false,
  5. VoidCallback? onDismiss,
  6. bool isCustom = false,
})

Implementation

const ComLoadingWidget({
  super.key,
  this.message,
  required this.config,
  this.barrierDismissible = false,
  this.onDismiss,
  this.isCustom = false,
});