Skip to content

Commit

Permalink
fix param (flutter#16694)
Browse files Browse the repository at this point in the history
  • Loading branch information
xster authored and NoamDev committed Feb 27, 2020
1 parent 5aa180e commit f235860
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
*/
Expand Down

0 comments on commit f235860

Please sign in to comment.