Created
October 18, 2025 13:35
-
-
Save fredgrott/e4282a4f991ace60ee944b0ade93c3fb to your computer and use it in GitHub Desktop.
motor, custom CupertinoMotion instance
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 customMotion = CupertinoMotion( | |
duration: Duration(milliseconds: 600), | |
bounce: 0.3, | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment