Skip to content

Commit 9aed5ca

Browse files
committed
v1.2.1--Reduce sample size,Fix Dart analyse warnings
1 parent 94e431a commit 9aed5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/controllers/i_flutter_3d_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ abstract class IFlutter3DController{
33

44
/// Causes animations to be played, Can be use to switch animations as well.
55
/// 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.
6+
/// If animationName passed and not null it will play specific animation
77
void playAnimation({String? animationName});
88

99
///Causes animations to be paused.

0 commit comments

Comments
 (0)