ScreenCard constructor

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

Implementation

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