menu
moneyhash_payment package
documentation
data/card/card_field_state.dart
CardFieldState
CardFieldState constructor
CardFieldState constructor
dark_mode
light_mode
CardFieldState
constructor
CardFieldState
(
{
required
bool
isValid
,
String
?
errorMessage
,
required
int
length
,
})
Implementation
CardFieldState({ required this.isValid, this.errorMessage, required this.length, });
moneyhash_payment package
documentation
data/card/card_field_state
CardFieldState
CardFieldState constructor
CardFieldState class