Fix Flutter 3.x compatibility: Icons and CardThemeData
This commit is contained in:
@@ -106,12 +106,12 @@ class MainShell extends StatelessWidget {
|
||||
label: 'Clients',
|
||||
),
|
||||
NavigationDestination(
|
||||
icon: Icon(Icons.email_outline),
|
||||
icon: Icon(Icons.email_outlined),
|
||||
selectedIcon: Icon(Icons.email),
|
||||
label: 'Emails',
|
||||
),
|
||||
NavigationDestination(
|
||||
icon: Icon(Icons.event_outline),
|
||||
icon: Icon(Icons.event_outlined),
|
||||
selectedIcon: Icon(Icons.event),
|
||||
label: 'Events',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user