more docs

This commit is contained in:
Hiroshi Horie
2021-12-12 19:09:38 +07:00
parent 8041f45def
commit b91c822fba
5 changed files with 63 additions and 24 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ class _ControlsWidgetState extends State<ControlsWidget> {
if (track == null) return;
try {
final newPosition = position.swap();
final newPosition = position.switched();
await track.setCameraPosition(newPosition);
setState(() {
position = newPosition;