This commit is contained in:
xster 2020-02-19 15:06:06 -08:00 committed by GitHub
parent ab454ea086
commit 1b73784945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,7 +311,7 @@ typedef enum {
* @param factory The view factory that will be registered.
* @param factoryId A unique identifier for the factory, the Dart code of the Flutter app can use
* this identifier to request creation of a `UIView` by the registered factory.
* @param gestureBlockingPolicy How UIGestureRecognizers on the platform views are
* @param gestureRecognizersBlockingPolicy How UIGestureRecognizers on the platform views are
* blocked.
*
*/