expandCurve property

  1. @override
Curve expandCurve
final

The expand animation's curve. Defaults to Curves.easeOutCubic.

It is recommended to change this and collapseCurve to Curves.linear if there is a max number of items shown at once to avoid the height jumping effect.

Implementation

@override
final Curve expandCurve;