mirror of
https://github.com/flutter/samples.git
synced 2026-04-07 12:14:27 +00:00
Added title (#614)
This commit is contained in:
@@ -53,7 +53,9 @@ class _AnimationControllerDemoState extends State<AnimationControllerDemo>
|
||||
// when building child widgets. You can also check the status to see if the animation
|
||||
// has completed.
|
||||
return Scaffold(
|
||||
appBar: AppBar(),
|
||||
appBar: AppBar(
|
||||
title: Text('Animation Controller'),
|
||||
),
|
||||
body: Center(
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
|
||||
Reference in New Issue
Block a user