mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 23:08:59 +00:00
Consolidated Flutter 3.3 update (#1401)
This commit is contained in:
@@ -39,8 +39,7 @@ class MyLogin extends StatelessWidget {
|
||||
Navigator.pushReplacementNamed(context, '/catalog');
|
||||
},
|
||||
style: ElevatedButton.styleFrom(
|
||||
// ignore: deprecated_member_use
|
||||
primary: Colors.yellow,
|
||||
foregroundColor: Colors.yellow,
|
||||
),
|
||||
child: const Text('ENTER'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user