We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aed5ca commit a0d26e3Copy full SHA for a0d26e3
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