HumanIdPage constructor

const HumanIdPage({
  1. Key? key,
  2. required Widget wrapperWidget,
  3. required Function onLoginSuccessfully,
  4. required List<String> priorityCountry,
  5. required String language,
  6. required String clientId,
  7. required String clientSecret,
})

Implementation

const HumanIdPage({
  Key? key,
  required this.wrapperWidget,
  required this.onLoginSuccessfully,
  required this.priorityCountry,
  required this.language,
  required this.clientId,
  required this.clientSecret,
}) : super(key: key);