From 5a5332a7c7772e4e64368d317c4f142b3d7df8f2 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Tue, 11 Aug 2020 07:46:23 -0700 Subject: [PATCH] Updated old button references in dev/integration_tests/flutter_gallery ... banner_demo (#63402) --- .../flutter_gallery/lib/demo/material/banner_demo.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/integration_tests/flutter_gallery/lib/demo/material/banner_demo.dart b/dev/integration_tests/flutter_gallery/lib/demo/material/banner_demo.dart index 756175b884d..49d23ac9738 100644 --- a/dev/integration_tests/flutter_gallery/lib/demo/material/banner_demo.dart +++ b/dev/integration_tests/flutter_gallery/lib/demo/material/banner_demo.dart @@ -51,7 +51,7 @@ class _BannerDemoState extends State { content: const Text('Your password was updated on your other device. Please sign in again.'), leading: _showLeading ? const CircleAvatar(child: Icon(Icons.access_alarm)) : null, actions: [ - FlatButton( + TextButton( child: const Text('SIGN IN'), onPressed: () { setState(() { @@ -60,7 +60,7 @@ class _BannerDemoState extends State { }, ), if (_showMultipleActions) - FlatButton( + TextButton( child: const Text('DISMISS'), onPressed: () { setState(() {