From 77916a68f8d6a72222974eee25718900a22af67c Mon Sep 17 00:00:00 2001 From: HenryRoutson <69740744+HenryRoutson@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:26:26 +1000 Subject: [PATCH] Update example/lib/sign_in.dart Co-authored-by: Tyler --- example/lib/sign_in.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/sign_in.dart b/example/lib/sign_in.dart index 280c8ff..f4f7db1 100644 --- a/example/lib/sign_in.dart +++ b/example/lib/sign_in.dart @@ -12,7 +12,7 @@ class SignUp extends StatelessWidget { Navigator.of(context).pushReplacementNamed('/home'); } - var darkModeThemeData = ThemeData.dark().copyWith( + final darkModeThemeData = ThemeData.dark().copyWith( colorScheme: const ColorScheme.dark( primary: Color.fromARGB(248, 183, 183, 183), // text below main button ),