colorIs method

Card colorIs(
  1. Color color
)

Implementation

Card colorIs(Color color) {
  return copyWith(color: color);
}