vector thumbnail hero fix
This commit is contained in:
parent
db299d73ca
commit
e77ed02164
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class VectorImageThumbnail extends StatelessWidget {
|
|||
);
|
||||
return canHero
|
||||
? Hero(
|
||||
tag: canHero,
|
||||
tag: entry,
|
||||
transitionOnUserGestures: true,
|
||||
child: child,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue