menu
interactive_3d package
documentation
interactive_3d_controller.dart
Interactive3dController
detach method
detach method
dark_mode
light_mode
detach
method
void
detach
(
)
Detaches the controller from the state.
Implementation
void detach() { _state = null; }
interactive_3d package
documentation
interactive_3d_controller
Interactive3dController
detach method
Interactive3dController class