ExcellentLoadingContainer constructor

const ExcellentLoadingContainer({
  1. Key? key,
  2. Widget? indicator,
  3. String? status,
  4. bool? dismissOnTap,
  5. required ExcellentLoadingToastPosition toastPosition,
  6. required ExcellentLoadingMaskType maskType,
  7. Completer<void>? completer,
  8. 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);