FutureLoading<T> extension

on

Methods

loading(BuildContext context, {Curve? curve, bool? dismissible, Color? barrierColor, Curve? reverseCurve, Stream<String>? hintStream, LoadingOverlayStyle? style, Stream<double>? progressStream, bool cancelWithAnime = false}) Future<T?>

Available on Future<T>, provided by the FutureLoading extension