colorInt method

Card colorInt(
  1. int color
)

Implementation

Card colorInt(int color) {
  return copyWith(color: Color(color));
}