InAppInline constructor
const
InAppInline({})
Implementation
const InAppInline({
Key? key,
required this.propertyId,
this.screenName,
this.customParams,
this.hideIfNotFound,
this.onVisibilityChanged,
}) : super(key: key);