Resolved error for goup page
This commit is contained in:
@@ -245,7 +245,6 @@ class _HomeContentState extends State<HomeContent> {
|
||||
final color = colors[trip.title.hashCode.abs() % colors.length];
|
||||
|
||||
final isDarkMode = Theme.of(context).brightness == Brightness.dark;
|
||||
final textColor = isDarkMode ? Colors.white : Colors.black;
|
||||
final secondaryTextColor = isDarkMode ? Colors.white70 : Colors.grey[700];
|
||||
final iconColor = isDarkMode ? Colors.white70 : Colors.grey[600];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user