LoginHeroView constructor

const LoginHeroView({
  1. Key? key,
  2. required Settings settings,
  3. bool compact = false,
  4. required MultiFactorLoginStyle style,
})

Implementation

const LoginHeroView({
  super.key,
  required this.settings,
  this.compact = false,
  required this.style,
});