SecretsConfig class

Constructors

SecretsConfig({double? spacing, double spacingRatio = 0.05, EdgeInsetsGeometry padding = const EdgeInsets.only(top: 20, bottom: 50), SecretConfig secretConfig = const SecretConfig()})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsetsGeometry
padding of Secrets Widget.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretConfig SecretConfig
final
spacing double?
Absolute space between secret widgets. If specified together with spacingRatio, this will take precedence.
final
spacingRatio double
Space ratio between secret widgets.
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