Inline platform view Widget implementation.
Widget widget({ Key? key, }) { return _IaSdkPlatformView( key: key, viewId: viewId, ); }