Skip to content
This repository was archived by the owner on Jul 6, 2020. It is now read-only.

Commit 11b5028

Browse files
author
mchome
committed
2 parents 34075ec + 873324c commit 11b5028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ZoomableWidget(
7575
panLimit: 0.8,
7676
child: Container(
7777
child: TransitionToImage(
78-
AdvancedNetworkImage(url, timeoutDuration: Duration(minutes: 1)),
78+
image: AdvancedNetworkImage(url, timeoutDuration: Duration(minutes: 1)),
7979
// This is the default placeholder widget at loading status,
8080
// you can write your own widget with CustomPainter.
8181
placeholder: CircularProgressIndicator(),

0 commit comments

Comments
 (0)