Created
October 20, 2025 18:56
-
-
Save fredgrott/2450ff67358ab132f911a1a9441c4c2b to your computer and use it in GitHub Desktop.
motor, base controller class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:motor/motor.dart'; | |
| final controller = MotionController( | |
| motion: CupertinoMotion.bouncy(), // or Motion.duration(), etc. | |
| vsync: this, | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment