Skip to content

Commit

Permalink
🐛 SimformSolutionsPvtLtd#57 Can specify a custom card type icons
Browse files Browse the repository at this point in the history
  • Loading branch information
meetjanani-simformsolutions authored and meetjanani committed Oct 11, 2021
1 parent 7f99f1e commit c7fb4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/credit_card_widget.dart
Expand Up @@ -607,7 +607,7 @@ class _CreditCardWidgetState extends State<CreditCardWidget>
List<CustomCardTypeImage> getCustomCardTypeIcon(CardType currentCardType) =>
widget.customCardTypeIcons
.where((CustomCardTypeImage element) =>
element.cardType == currentCardType)
element.cardType == currentCardType)
.toList();
}

Expand Down

0 comments on commit c7fb4c5

Please sign in to comment.