DialogContentLoadingWidget constructor

const DialogContentLoadingWidget({
  1. Key? key,
  2. required bool barrierDismissible,
})

Implementation

const DialogContentLoadingWidget({
  Key? key,
  required this.barrierDismissible,
}) : super(key: key);