RoundedPasswordElementDecoration class

Inheritance
Implemented types

Constructors

RoundedPasswordElementDecoration({Widget? showPasswordWidget, Widget? hidePasswordWidget, bool enableVisibilityPassword = true, BorderRadius radius = const BorderRadius.all(Radius.circular(25.0)), Color? filledColor, Color? focusColor, TextStyle? textStyle, TextStyle? hintStyle, TextStyle? labelStyle, TextStyle? textErrorStyle, Widget? prefix, Widget? suffix, EdgeInsetsGeometry? contentPadding})
const

Properties

contentPadding EdgeInsetsGeometry?
finalinherited
enableVisibilityPassword bool
final
filledColor Color?
finalinherited
focusColor Color?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hidePasswordWidget Widget?
final
hintStyle TextStyle?
finalinherited
labelStyle TextStyle?
finalinherited
prefix Widget?
finalinherited
radius BorderRadius?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showPasswordWidget Widget?
final
style TextStyle?
finalinherited
styleError TextStyle?
finalinherited
suffix Widget?
finalinherited

Methods

copy({BorderRadius? radius, Color? filledColor, Color? focusColor, TextStyle? style, TextStyle? labelStyle, TextStyle? hintStyle, TextStyle? styleError, Widget? prefix, Widget? suffix, EdgeInsetsGeometry? contentPadding}) DecorationElement
inherited
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