VerificationScreen constructor

const VerificationScreen(
  1. VerificationScreenArguments arguments, {
  2. Key? key,
})

Implementation

const VerificationScreen(
  this.arguments, {
  Key? key,
}) : super(key: key);