SdkLoadingDialog constructor

const SdkLoadingDialog(
  1. {Key? key}
)

Implementation

const SdkLoadingDialog({
  Key? key,
}) : super(key: key);