BannerCard constructor
const
BannerCard({})
Implementation
const BannerCard({
super.key,
this.title,
required this.text,
this.emoji,
this.actionText,
this.actionUrl,
this.style = 'default',
this.onAction,
});