PasskeyTheme constructor

PasskeyTheme({
  1. required String logoLightUrl,
  2. required String logoDarkUrl,
  3. required String supportUrl,
})

Implementation

PasskeyTheme({
  required this.logoLightUrl,
  required this.logoDarkUrl,
  required this.supportUrl,
});