1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Enable Material 3 in testing_app (#1628)

Co-authored-by: Brett Morgan <brettmorgan@google.com>
This commit is contained in:
Miguel Beltran
2023-02-06 04:46:04 +01:00
committed by GitHub
parent 787bf09fe3
commit 3273c817c9
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ class HomePage extends StatelessWidget {
title: const Text('Testing Sample'),
actions: [
TextButton.icon(
style: TextButton.styleFrom(foregroundColor: Colors.white),
onPressed: () {
context.go(FavoritesPage.fullPath);
},