Skip to content

Animated List Remove Item At Index

Remove an item from an AnimatedList by index.

Parameters

Parameter Description
Animated List Target AnimatedList widget.
Index Index of the item to remove.
Override Default Animation If enabled, uses the custom animation settings in this action.
Duration Animation duration in seconds when overriding defaults.
Ease Animation curve when overriding defaults.
Fade If enabled, fades the item during animation.
Use Realtime If enabled, animation uses unscaled time.

Notes

  • If Animated List is missing, the action does nothing.
  • Use this when you track list positions instead of item object references.