CheckKey constructor
const
CheckKey({
- Key? key,
- required VoidCallback onCheck,
Implementation
const CheckKey({
super.key,
required this.onCheck,
});
const CheckKey({
super.key,
required this.onCheck,
});