Resolve all lints and deprecation warnings
This commit is contained in:
@@ -137,7 +137,7 @@ class HusbandAppearanceScreen extends ConsumerWidget {
|
||||
boxShadow: [
|
||||
if (isSelected)
|
||||
BoxShadow(
|
||||
color: color.withOpacity(0.4),
|
||||
color: color.withValues(alpha: 0.4),
|
||||
blurRadius: 8,
|
||||
offset: const Offset(0, 4),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user