InitialLinkingView constructor

const InitialLinkingView({
  1. Key? key,
  2. required String email,
  3. required String userName,
  4. bool useProduction = false,
})

Implementation

const InitialLinkingView(
    {super.key,
    required this.email,
    required this.userName,
    this.useProduction = false});