LoadingDialogView constructor
const
LoadingDialogView({})
Implementation
const LoadingDialogView({
required this.contentLoading,
required this.style,
required this.onLoadingClose,
this.onClick,
super.key});