InAppDialog constructor

InAppDialog({
  1. Key? key,
  2. required InAppModel inAppModel,
})

Implementation

InAppDialog({Key? key, required this.inAppModel}) : super(key: key);