smooth property

int smooth
final

Delay in milliseconds before building picker content for smoother animations.

This creates a brief delay before the picker content is rendered, which can make opening animations appear smoother, especially for complex pickers with many items.

Recommended value is >= 200 milliseconds. Set to 0 to disable.

Defaults to 0 (no delay).

Implementation

final int smooth;