curve property
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;
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
final Curve curve;