InstaView constructor
const
InstaView({
- Key? key,
- required String viewId,
- PressCallback? onPress,
Constructor for Instaview embeds, gives an option to provide an onPress callback.
Implementation
const InstaView({super.key, required this.viewId, this.onPress});