BannerButtonComponent constructor
BannerButtonComponent({})
Implementation
BannerButtonComponent({
required String type,
required String id,
String? customPayload,
this.text,
this.actionUrl,
this.products,
}) : super(type: type, id: id, customPayload: customPayload);