cardColor property

Color cardColor

shortcut for Theme.of(context).cardColor

Implementation

Color get cardColor => Theme.of(this).cardColor;