Skip to content

Commit ff9b07e

Browse files
committed
Fix formatting in example app
1 parent 1e37d62 commit ff9b07e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/lib/sources/complete_form.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@ class CompleteFormState extends State<CompleteForm> {
284284
// color: Theme.of(context).colorScheme.secondary,
285285
child: Text(
286286
'Reset',
287-
style: TextStyle(color: Theme.of(context).colorScheme.secondary),
287+
style: TextStyle(
288+
color: Theme.of(context).colorScheme.secondary),
288289
),
289290
),
290291
),

0 commit comments

Comments
 (0)