Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -64,7 +64,7 @@ class MobileScanner extends StatefulWidget { | @@ -64,7 +64,7 @@ class MobileScanner extends StatefulWidget { | ||
| 64 | final bool startDelay; | 64 | final bool startDelay; |
| 65 | 65 | ||
| 66 | /// The overlay which will be painted above the scanner when has started successful. | 66 | /// The overlay which will be painted above the scanner when has started successful. |
| 67 | - /// Will no be pointed when an error occurs or the scanner hasn't be started yet. | 67 | + /// Will no be pointed when an error occurs or the scanner hasn't been started yet. |
| 68 | final Widget? overlay; | 68 | final Widget? overlay; |
| 69 | 69 | ||
| 70 | /// Create a new [MobileScanner] using the provided [controller] | 70 | /// Create a new [MobileScanner] using the provided [controller] |
-
Please register or login to post a comment