| commit | 29bc80df6451cef4577d204f16e90bf636d75926 | [log] [tgz] |
|---|---|---|
| author | Sam Toon <46489811+sam-toon@users.noreply.github.com> | Thu Feb 28 17:22:58 2019 +0000 |
| committer | Amir Hardon <amirh@users.noreply.github.com> | Thu Feb 28 09:22:58 2019 -0800 |
| tree | 32d599cf9b7f6b23bb60320c61ee76f5f970ee95 | |
| parent | ac84635b16679597f9bdb3b274d79c83b23e4f30 [diff] |
The FloatingActionButton requires an icon (#1293)
diff --git a/packages/google_maps_flutter/README.md b/packages/google_maps_flutter/README.md index dc37bd8..b4a8465 100644 --- a/packages/google_maps_flutter/README.md +++ b/packages/google_maps_flutter/README.md
@@ -139,6 +139,7 @@ floatingActionButton: FloatingActionButton.extended( onPressed: _goToTheLake, label: Text('To the lake!'), + icon: Icon(Icons.directions_boat), ), ); }