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:
@@ -27,10 +27,7 @@ class _FormValidationDemoState extends State<FormValidationDemo> {
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(8),
|
||||
child: TextButton(
|
||||
style: TextButton.styleFrom(
|
||||
// ignore: deprecated_member_use
|
||||
primary: Colors.white,
|
||||
),
|
||||
style: TextButton.styleFrom(foregroundColor: Colors.white),
|
||||
child: const Text('Submit'),
|
||||
onPressed: () {
|
||||
// Validate the form by getting the FormState from the GlobalKey
|
||||
|
||||
Reference in New Issue
Block a user