buildView method
Widget
buildView(
- Map<
String, dynamic> creationParams, - Set<
Factory< ? gestureRecognizers,OneSequenceGestureRecognizer> > - PlatformViewCreatedCallback onPlatformViewCreated
override
Internal function to build the platform view.
Implementation
@override
Widget buildView(
Map<String, dynamic> creationParams,
Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers,
PlatformViewCreatedCallback onPlatformViewCreated) {
return Text('DropzoneView: $defaultTargetPlatform is not supported');
}