FrenchCard constructor

const FrenchCard(
  1. Suit suit,
  2. CardValue cardValue, {
  3. Key? key,
})

Creates a FrenchCard widget.

Implementation

const FrenchCard(this.suit, this.cardValue, {super.key});