OudsDigitInputDecoration class

OUDS Pin Code Input guidelines

Configuration for decorating the OudsDigitInput widget.

Provides properties to customize hints, error status, hidden password and styling.

Parameters:

  • hintText: A short placeholder or hint shown inside the input when empty.

  • roundedCorner: Defines the visual border shape of the Pin Code. false for a square finish , true For a finish with rounded corner.

  • hiddenPassword: Controls whether the characters entered in the pin code input should be displayed as plain text or hidden.

  • isOutlined: A boolean value that defines the visual style of the Pin Code Input. Set to false for the default filled style used in standard form pages, or true for the outlined variant, which provides a lighter appearance suitable for contextual or secondary use.

Constructors

OudsDigitInputDecoration.new({String? hintText, bool roundedCorner = false, bool hiddenPassword = true, bool isOutlined = false})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hiddenPassword bool
final
hintText String?
final
isOutlined bool
final
roundedCorner bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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