We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e431a commit 9aed5caCopy full SHA for 9aed5ca
lib/src/controllers/i_flutter_3d_controller.dart
@@ -3,7 +3,7 @@ abstract class IFlutter3DController{
3
4
/// Causes animations to be played, Can be use to switch animations as well.
5
/// If animationName is null and model has at list one animation, it will play first model's animation
6
- /// If animationName passed and not null it will play specific animation.
+ /// If animationName passed and not null it will play specific animation
7
void playAnimation({String? animationName});
8
9
///Causes animations to be paused.
0 commit comments