ServerStack constructor

const ServerStack({
  1. Key? key,
  2. required MultiFactorLoginStyle style,
})

Implementation

const ServerStack({
  super.key,
  required this.style,
});