background property

Color? background
final

Background color of the card container.

If not provided, it uses Theme.of(context).canvasColor.

Implementation

final Color? background;