SecretsConfig class

Constructors

SecretsConfig({double? spacing, 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
Config for secrets.
final
spacing double
Space between secret widgets.
final

Methods

copyWith({double? spacing, EdgeInsetsGeometry? padding, SecretConfig? secretConfig}) SecretsConfig
Copies a SecretsConfig with new values.
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