PinLockScreen constructor

const PinLockScreen({
  1. Key? key,
  2. required String correctPin,
})

Implementation

const PinLockScreen({super.key, required this.correctPin});