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