FlashCardStack constructor
const
FlashCardStack({})
Implementation
const FlashCardStack(
{Key? key,
required this.expectedIndicative,
required this.expectedPronouns,
required this.numberOfCards})
: super(key: key);