LoadingDialog constructor

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

Implementation

const LoadingDialog({super.key, this.text});