LockScreen constructor
const
LockScreen({
- Key? key,
- int length = 6,
- String pinType = 'authentication',
- VoidCallback? onUnlocked,
Implementation
const LockScreen({
super.key,
this.length = 6,
this.pinType = 'authentication',
this.onUnlocked,
});