OudsDigitInputDecoration class
OUDS Pin Code Input guidelines
Visual decoration configuration for each digit cell in an OudsPinCodeInput.
Parameters:
- hintText: Placeholder shown in an empty, unfocused cell (e.g.
"-"). - hiddenPassword: When
true(default), filled cells show●instead of the actual character. - isOutlined:
false(default) for a filled style,truefor outlined. - constrainedMaxWidth: When
true, cells are capped to the design-token maximum width. Defaults tofalse. - keyboardType: Keyboard variant for the cells. Defaults to OudsPinCodeInputKeyboardType.numeric.
Constructors
- OudsDigitInputDecoration({String? hintText, bool isOutlined = false, bool constrainedMaxWidth = false, OudsPinCodeInputKeyboardType keyboardType = OudsPinCodeInputKeyboardType.numeric})
-
const
Properties
- constrainedMaxWidth → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
final
- hintText → String?
-
final
- isOutlined → bool
-
final
- keyboardType → OudsPinCodeInputKeyboardType
-
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