mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Added title (#614)
This commit is contained in:
@@ -44,6 +44,7 @@ class _AnimatedSwitcherDemoState extends State<AnimatedSwitcherDemo> {
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text('AnimatedSwitcher'),
|
||||
actions: [
|
||||
MaterialButton(
|
||||
onPressed: () => setState(
|
||||
|
||||
Reference in New Issue
Block a user