menu
credit_card_input_form package
documentation
constants/captions.dart
Captions
getCaption method
getCaption method
dark_mode
light_mode
getCaption
method
String
?
getCaption
(
String
key
)
Implementation
String? getCaption(String key) { return _captions.containsKey(key) ? _captions[key] : key; }
credit_card_input_form package
documentation
constants/captions
Captions
getCaption method
Captions class