LoadingDialog constructor

const LoadingDialog({
  1. Key? key,
})

Implementation

const LoadingDialog({
  super.key,
});