ScreenCard constructor
const
ScreenCard({
- Key? key,
- required MultiFactorLoginStyle style,
Implementation
const ScreenCard({
super.key,
required this.style,
});
const ScreenCard({
super.key,
required this.style,
});