menu
feexpay_flutter package
documentation
widgets/merchant_card_info.dart
MerchantInfoCard
MerchantInfoCard.new const constructor
MerchantInfoCard.new const constructor
dark_mode
light_mode
MerchantInfoCard
constructor
const
MerchantInfoCard
(
{
Key
?
key
,
required
String
merchantName
,
required
String
reference
,
})
Implementation
const MerchantInfoCard({ super.key, required this.merchantName, required this.reference, });
feexpay_flutter package
documentation
widgets/merchant_card_info
MerchantInfoCard
MerchantInfoCard.new const constructor
MerchantInfoCard class