We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f524068 + dd10bd0 commit 747d432Copy full SHA for 747d432
lib/src/controllers/flutter_3d_controller.dart
@@ -9,8 +9,6 @@ class Flutter3DController extends IFlutter3DController {
9
Flutter3DController();
10
11
ValueNotifier<bool> onModelLoaded = ValueNotifier<bool>(false);
12
- ValueNotifier<Map<String, dynamic>> onModelRotation =
13
- ValueNotifier<Map<String, dynamic>>({});
14
15
void init(IFlutter3DRepository repository) {
16
_repository = repository;
0 commit comments