withLoadingView method

Widget withLoadingView({
  1. Color? bgColor,
  2. Color? txtColor,
  3. Future<void>? func,
})

Implementation

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