Fix onPlatformViewCreated comment wording (#19933)

This commit is contained in:
amirh 2018-07-27 21:02:55 -07:00 committed by GitHub
parent e262817ac2
commit d62aa96ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ class AndroidView extends StatefulWidget {
/// See also: [AndroidView] for an example of registering a platform view factory.
final String viewType;
/// Callback to invoke when after the Android view has been created.
/// Callback to invoke after the Android view has been created.
///
/// May be null.
final OnPlatformViewCreated onPlatformViewCreated;