fixed deprecated warnings
This commit is contained in:
@@ -26,7 +26,7 @@ class Detail extends StatelessWidget {
|
||||
text: description,
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: AppColors.of(context).text.withOpacity(0.85)),
|
||||
color: AppColors.of(context).text.withValues(alpha: 0.85)),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user