SecureVerificationNumberField
Composable function representing a secure input field for entering verification numbers (CVV/CVC).
Parameters
The callback triggered when the value of the verification number changes. It receives the entered verification number as well as a flag indicating its validity.
The text style to be applied to the input text.
The shape customization for the verification number input field.
The colors customization for the text field.
The padding to be applied to the input field.
The brand of the credit card. If unknown or null, will validate with either 3 or 4 digits. If AmEx, will validate with 4 digits. Otherwise, will validate with 3 digits.
The modifier for the verification number input field.
The composable function used to display the label for the input field. It provides a label as a content parameter.