[SYNC]
This commit is contained in:
@@ -33,7 +33,7 @@ class AstromicLoadingHelper {
|
|||||||
switchOutCurve: style.outCurve,
|
switchOutCurve: style.outCurve,
|
||||||
transitionBuilder: (Widget w, Animation<double> a) => style.animationBuilder?.call(w, a),
|
transitionBuilder: (Widget w, Animation<double> a) => style.animationBuilder?.call(w, a),
|
||||||
//
|
//
|
||||||
overlayColor: Colors.transparent,
|
overlayColor: style.backgroundColor,
|
||||||
overlayWidgetBuilder: (dynamic progress) => style.loadingWidget(progress),
|
overlayWidgetBuilder: (dynamic progress) => style.loadingWidget(progress),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user