Widget withLoadingView({final Color? bgColor, final Color? txtColor, final Future<void>? func}) => NGASplash.view(this, bgColor: bgColor, txtColor: txtColor, func: func);