flutter card background color code example
Example 1: card background color flutter
Card(
color: Colors.grey,
)
Example 2: flutter card color
final Color? shadowColor;
Card(
color: Colors.grey,
)
final Color? shadowColor;