EditCreditCardForm
Composable function that creates a secure credit card input form for collecting credit card information.
Parameters
The initial value for the full name input field.
The initial value for the postal code input field.
The initial value for the expiry month input field.
The initial value for the expiry year input field.
The vertical spacing between the input fields.
The modifier for the entire credit card form.
The modifier for individual input fields.
Whether or not to show the postal code input field.
The text style to be applied to the input fields.
The colors customization for the input fields.
The shape customization for the input fields.
The composable function used to render the labels for input fields. Takes a hint string as a parameter.
The padding to be applied to the input fields.
The callback function triggered when valid credit card information is provided. Will be null if internal validation fails.