mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 06:18:49 +00:00
Added title (#614)
This commit is contained in:
@@ -47,6 +47,7 @@ class _CustomTweenDemoState extends State<CustomTweenDemo>
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text('Custom Tween'),
|
||||
actions: [
|
||||
MaterialButton(
|
||||
child: Text(
|
||||
|
||||
Reference in New Issue
Block a user