background property
Background color of the card container.
If not provided, it uses Theme.of(context).canvasColor.
Implementation
final Color? background;
Background color of the card container.
If not provided, it uses Theme.of(context).canvasColor.
final Color? background;