mirror of
https://github.com/flutter/samples.git
synced 2026-04-04 18:51:05 +00:00
@@ -83,7 +83,7 @@ class _Card extends StatelessWidget {
|
||||
CachedNetworkImage(
|
||||
imageUrl: imageUrl,
|
||||
fit: BoxFit.cover,
|
||||
color: showTitle ? Colors.black.withOpacity(0.5) : null,
|
||||
color: showTitle ? Colors.black.withValues(alpha: 0.5) : null,
|
||||
colorBlendMode: showTitle ? BlendMode.darken : null,
|
||||
errorListener: imageErrorListener,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user