CardsAccepted constructor

const CardsAccepted(
  1. {Key? key}
)

Implementation

const CardsAccepted({
  Key? key,
}) : super(key: key);