chore: Add fancy hero animations
This commit is contained in:
parent
4e95e45c5f
commit
5558877c34
5 changed files with 71 additions and 53 deletions
|
|
@ -83,9 +83,12 @@ class StoryView extends StatelessWidget {
|
|||
),
|
||||
)
|
||||
: null,
|
||||
leading: Avatar(
|
||||
mxContent: controller.avatar,
|
||||
name: controller.title,
|
||||
leading: Hero(
|
||||
tag: 'stories_${controller.roomId}',
|
||||
child: Avatar(
|
||||
mxContent: controller.avatar,
|
||||
name: controller.title,
|
||||
),
|
||||
),
|
||||
),
|
||||
actions: currentEvent == null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue