kdialogs/src/show_loadings library
Functions
-
showKDialogWithLoadingIndicator(
BuildContext context) → Future< void Function()> -
showKDialogWithLoadingMessage(
BuildContext context, {String message = "", TextStyle textStyle = const TextStyle(color: Colors.black38, fontSize: 14, height: 1.2)}) → Future< void Function()> - returns a function with which we can finish the loading process.