InAppInline constructor

const InAppInline({
  1. Key? key,
  2. required String propertyId,
  3. String? screenName,
  4. HashMap<String, String>? customParams,
  5. bool? hideIfNotFound,
  6. ValueChanged<bool>? onVisibilityChanged,
})

Implementation

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