LoginHeroView constructor
const
LoginHeroView({
- Key? key,
- required Settings settings,
- bool compact = false,
- required MultiFactorLoginStyle style,
Implementation
const LoginHeroView({
super.key,
required this.settings,
this.compact = false,
required this.style,
});