Commit 6ef55888 authored by 林生雨's avatar 林生雨

fix

parent d58c5c8d
......@@ -330,9 +330,10 @@ Widget baseRefreshView(RefreshController refreshController,
// }
if (mode == LoadStatus.loading) {
body = ImagesAnimation(
h: 55,
h: 55.0,
durationSeconds: 1500,
entry: ImagesAnimationEntry(1, 16, "assets/ptr_header_loading"));
entry:
ImagesAnimationEntry(1, 16, "assets/ptr_header_loading"));
// body = Lottie.asset("assets/smart_refresh_header.json",
// repeat: true, reverse: false);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment