Created
October 18, 2025 13:20
-
-
Save fredgrott/44d8d5082ae5fb651f4cab39b4497328 to your computer and use it in GitHub Desktop.
motor, legacy curve
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' | |
AnimatedContainer( | |
duration: const Duration(milliseconds: 500), | |
curve: MotionCurve(spring: CupertinoMotion.bouncy, velocity: .3), | |
height: size, | |
width: size, | |
color: Colors.blue, | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment