mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Consolidated Flutter 3.3 update (#1401)
This commit is contained in:
@@ -19,7 +19,7 @@ class HomePage extends StatelessWidget {
|
||||
title: const Text('Testing Sample'),
|
||||
actions: [
|
||||
TextButton.icon(
|
||||
style: TextButton.styleFrom(primary: Colors.white),
|
||||
style: TextButton.styleFrom(foregroundColor: Colors.white),
|
||||
onPressed: () {
|
||||
Navigator.pushNamed(context, FavoritesPage.routeName);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user