AuthButton<T extends Auth<AuthKeys> > constructor
const
AuthButton<T extends Auth<AuthKeys> > ({
- Key? key,
- Object? args,
- String? id,
- bool notifiable = true,
- required AuthButtonType type,
- required Widget builder(
- BuildContext context,
- VoidCallback callback
- Authenticator? authenticator,
- bool storeToken = false,
- Map<
String, dynamic> ? updates, - SignByBiometricCallback<
Auth< ? onBiometric,AuthKeys> >
Implementation
const AuthButton({
super.key,
this.args,
this.id,
this.notifiable = true,
required this.type,
required this.builder,
this.authenticator,
this.storeToken = false,
this.updates,
this.onBiometric,
});