mirror of
https://github.com/Uuttssaavv/flutter-clean-architecture-riverpod.git
synced 2025-08-26 02:10:45 +08:00
formatted files properly
This commit is contained in:
@ -59,7 +59,9 @@ class DashboardDrawer extends ConsumerWidget {
|
||||
},
|
||||
child: CircleAvatar(
|
||||
child: Icon(
|
||||
Theme.of(context).brightness == Brightness.dark ? Icons.light_mode : Icons.dark_mode,
|
||||
Theme.of(context).brightness == Brightness.dark
|
||||
? Icons.light_mode
|
||||
: Icons.dark_mode,
|
||||
color: Theme.of(context).iconTheme.color,
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user