InAppInline constructor

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

Implementation

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