mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Consolidated Flutter 3.3 update (#1401)
This commit is contained in:
@@ -34,10 +34,7 @@ class _HomePageState extends State<HomePage> {
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
child: TextButton(
|
||||
style: TextButton.styleFrom(
|
||||
// ignore: deprecated_member_use
|
||||
primary: Colors.white,
|
||||
),
|
||||
style: TextButton.styleFrom(foregroundColor: Colors.white),
|
||||
onPressed: () => _handleSignOut(),
|
||||
child: const Text('Sign Out'),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user