Made ArcaneTheme private (_ArcaneTheme)

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2025-04-29 14:33:30 +02:00
parent 6f2c3cd32d
commit 87eabf0293
5 changed files with 34 additions and 37 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ class _HomeScreenState extends State<HomeScreen> {
),
),
Text(
"The current theme mode is ${context.themeMode.name} and "
"The current theme mode is ${Arcane.theme.currentModeOf(context).name} and "
"is ${Arcane.theme.isFollowingSystemTheme ? "" : "not "}"
"following the system theme.",
),