PasswordStyles class

Styles for the password component.

Constructors

PasswordStyles({Style? prompt, Style? text, Style? cursor, Style? dimmed, Style? error})
PasswordStyles.defaults()
Creates default styles.
factory

Properties

cursor Style
Style for the cursor.
final
dimmed Style
Style for dimmed elements (placeholder, help).
final
error Style
Style for error messages.
final
hashCode int
The hash code for this object.
no setterinherited
prompt Style
Style for the prompt.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text Style
Style for the masked text.
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