adjacentCardOpacity static method

double adjacentCardOpacity()

Opacity for adjacent cards.

Implementation

static double adjacentCardOpacity() {
  return 0.5;
}