PinCodeDetailView constructor
const
PinCodeDetailView(
- PinCodeProvider provider, {
- PinCodeCredential? selectedPinCode,
- Key? key,
Implementation
const PinCodeDetailView(
this.provider, {
this.selectedPinCode,
Key? key,
}) : super(key: key);