PlayingCardString constructor
const
PlayingCardString({})
Implementation
const PlayingCardString({
Key? key,
required this.suit,
required this.value,
this.width = 100.0,
this.height = 150.0,
this.showBack = false,
}) : super(key: key);