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