Created
October 18, 2025 13:57
-
-
Save fredgrott/137d4dedf271708374075d905b2d7724 to your computer and use it in GitHub Desktop.
motor, custom material spring
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 customMaterial = MaterialSpringMotion( | |
damping: 0.8, | |
stiffness: 500, | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment