shadowColorInt method

Card shadowColorInt(
  1. int color
)

Implementation

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