backgroundColor property
final
The background color of the card.
Defaults to ColorScheme.surface. If gradient is specified, this has no effect.
Implementation
final Color? backgroundColor;
The background color of the card.
Defaults to ColorScheme.surface. If gradient is specified, this has no effect.
final Color? backgroundColor;