enableRowAnimations property
Whether to animate rows when they are inserted or removed.
When true (default), the internal IndexScrollListViewBuilder uses
AnimatedList so rows fade+slide in/out as rowCount changes.
Pass a rowKeyBuilder for correct identity tracking across filter changes.
Implementation
final bool enableRowAnimations;