TextChecker constructor
const
TextChecker({})
Implementation
const TextChecker(
{Key? key,
required this.currentPerson,
required this.expected,
required this.fullPronoun,
required this.language})
: super(key: key);