build method
Implementation
@override
Widget build(BuildContext context) {
return _SetupWalletCard(
params: params,
onInfoPressed: onPayLessInfoPressed?.handler(context),
onRewardsInfoPressed: onRewardsInfoPressed?.handler(context),
);
}