@@ -39,11 +39,11 @@ class AppListItem extends StatelessWidget {
3939 BoxShadow(
4040<<<<<<< HEAD
4141 color: Colors.grey.withValues(alpha: 0.2),
42- ||||||| parent of c1ee28a (Add localized support and clean up with flutter analyze)
43- color: Colors.grey.withOpacity(0.2),
44- =======
42+ ||||||| parent of f5f79a8 (fix quality check)
4543 color: Colors.grey.withAlpha((255 * 0.2).toInt()),
46- >>>>>>> c1ee28a (Add localized support and clean up with flutter analyze)
44+ =======
45+ color: Colors.grey.withAlpha((255 * 0.2).toInt()),
46+ >>>>>>> f5f79a8 (fix quality check)
4747 blurRadius: 10,
4848 offset: const Offset(0, 1),
4949 ),
@@ -89,7 +89,8 @@ class AppListItem extends StatelessWidget {
8989 child: CupertinoSwitch(
9090 value: isActive,
9191 onChanged: null,
92- inactiveTrackColor: Theme.of(context).colorScheme.onSecondary,
92+ inactiveTrackColor:
93+ Theme.of(context).colorScheme.onSecondary,
9394 ),
9495 )
9596 : Checkbox(
@@ -120,11 +121,11 @@ class AppListItem extends StatelessWidget {
120121 decoration: BoxDecoration(
121122<<<<<<< HEAD
122123 color: Colors.grey.withValues(alpha: 0.4),
123- ||||||| parent of c1ee28a (Add localized support and clean up with flutter analyze)
124- color: Colors.grey.withOpacity(0.4),
125- =======
124+ ||||||| parent of f5f79a8 (fix quality check)
126125 color: Colors.grey.withAlpha((255 * 0.2).toInt()),
127- >>>>>>> c1ee28a (Add localized support and clean up with flutter analyze)
126+ =======
127+ color: Colors.grey.withAlpha((255 * 0.2).toInt()),
128+ >>>>>>> f5f79a8 (fix quality check)
128129 borderRadius: BorderRadius.circular(10),
129130 ),
130131 ),
0 commit comments