LoadingDialog constructor
Creates a LoadingDialog with a centered message and a spinner.
Implementation
const LoadingDialog({Key? key, required this.message}) : super(key: key);
Creates a LoadingDialog with a centered message and a spinner.
const LoadingDialog({Key? key, required this.message}) : super(key: key);