CardNumberBuilder typedef

CardNumberBuilder = Widget Function(CardBrand brand, String cardLastFourDigits, bool hasError)

Implementation

typedef CardNumberBuilder = Widget Function(CardBrand brand, String cardLastFourDigits, bool hasError);