DigilockerForm constructor
const
DigilockerForm({})
Implementation
const DigilockerForm({
super.key,
required this.companyName,
required this.secretToken,
this.redirectUrl = 'https://digilocker.meon.co.in/digilocker/thank-you-page',
this.onSuccess,
this.onError,
this.loadingColor,
this.primaryColor = Colors.blue,
this.backgroundColor = Colors.white,
});