mirror of
https://github.com/flutter/samples.git
synced 2026-05-18 12:59:04 +00:00
Added title (#614)
This commit is contained in:
@@ -10,7 +10,9 @@ class HeroAnimationDemo extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(),
|
||||
appBar: AppBar(
|
||||
title: Text('Hero Animation'),
|
||||
),
|
||||
body: GestureDetector(
|
||||
child: Hero(
|
||||
tag: 'hero-page-child',
|
||||
|
||||
Reference in New Issue
Block a user