resolvedCardColor method

Color resolvedCardColor(
  1. BuildContext context
)

Implementation

Color resolvedCardColor(BuildContext context) =>
    cardColor ?? Theme.of(context).cardColor;