effect()
Applies a render effect to the list container.
effect(name: RenderEffect.EffectName | undefined): this;
Notes
- This applies the effect to the container that holds the list items (e.g., for container effects like
stagger-contentoranimate-content). - Multiple effects can be chained.
Parameters
- name — The name of the effect to apply.
Return value
The builder instance for chaining.
Related
class ListBuilder static
A builder class for creatingUIListViewinstances.
