curve property

Curve curve
final

curve is a curve for children expansion animation by default it will be Curves.easeOutCubic if you want to use other curve, you can set it to other Curve

Implementation

final Curve curve;