InstaView constructor

const InstaView({
  1. Key? key,
  2. required String viewId,
  3. PressCallback? onPress,
})

Constructor for Instaview embeds, gives an option to provide an onPress callback.

Implementation

const InstaView({super.key, required this.viewId, this.onPress});