color property

Color? color
final

The container's background color.

If null, Theme.of(context).cardColor is used.

Implementation

final Color? color;