showItemsAnimationCurve property

Curve? showItemsAnimationCurve
final

The animation Curve of the show items toggle button.

Only when itemsVisibility == ShowedItemsVisibility.toggle.

Defaults to Curves.easeInOut.

Implementation

final Curve? showItemsAnimationCurve;