YPayPlatformWidget constructor
const
YPayPlatformWidget({
- Key? key,
- required String viewType,
- required dynamic creationParams,
- ValueChanged<
int> ? onPlatformViewCreated, - Set<
Factory< gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{},OneSequenceGestureRecognizer> >
Implementation
const YPayPlatformWidget({
super.key,
required this.viewType,
required this.creationParams,
this.onPlatformViewCreated,
this.gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{},
});