mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Added title (#614)
This commit is contained in:
@@ -68,6 +68,7 @@ class _AnimatedListDemoState extends State<AnimatedListDemo> {
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text('AnimatedList'),
|
||||
actions: <Widget>[
|
||||
IconButton(
|
||||
icon: Icon(Icons.add),
|
||||
|
||||
Reference in New Issue
Block a user