This commit is contained in:
2025-05-31 13:33:45 +03:00
parent 24cf9014bf
commit 6a263ba47a

View File

@@ -33,7 +33,7 @@ class AstromicLoadingHelper {
switchOutCurve: style.outCurve,
transitionBuilder: (Widget w, Animation<double> a) => style.animationBuilder?.call(w, a),
//
overlayColor: Colors.transparent,
overlayColor: style.backgroundColor,
overlayWidgetBuilder: (dynamic progress) => style.loadingWidget(progress),
);
}