card property

Color card
return Theme.of(context).cardColor

Implementation

Color get card => Theme.of(_context).cardColor;