We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e37d62 commit ff9b07eCopy full SHA for ff9b07e
example/lib/sources/complete_form.dart
@@ -284,7 +284,8 @@ class CompleteFormState extends State<CompleteForm> {
284
// color: Theme.of(context).colorScheme.secondary,
285
child: Text(
286
'Reset',
287
- style: TextStyle(color: Theme.of(context).colorScheme.secondary),
+ style: TextStyle(
288
+ color: Theme.of(context).colorScheme.secondary),
289
),
290
291
0 commit comments