MaterialFallbackHandler constructor
MaterialFallbackHandler({
- required BuildContext context,
- CustomFallbackBuilder? customBuilder,
- BiometricTheme? theme,
- BiometricStrings? strings,
Implementation
MaterialFallbackHandler({
required this.context,
this.customBuilder,
this.theme,
this.strings,
});