SolidSecurityKeyManagerConfig class

Configuration for the Security Key Manager.

Constructors

SolidSecurityKeyManagerConfig({required Widget appWidget, String? title, bool showViewKeyButton = true, bool showForgetKeyButton = true})
const

Properties

appWidget Widget
The app widget to use for change key popup.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showForgetKeyButton bool
Whether to show the 'Forget Security Key' button.
final
showViewKeyButton bool
Whether to show the 'Show Security Key' button.
final
title String?
Custom title for the security key manager.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited