PinCodeDetailView constructor

const PinCodeDetailView(
  1. PinCodeProvider provider, {
  2. PinCodeCredential? selectedPinCode,
  3. Key? key,
})

Implementation

const PinCodeDetailView(
  this.provider, {
  this.selectedPinCode,
  Key? key,
}) : super(key: key);