PickerItemScope

Information passed to custom Picker item content.

Type Parameters

T

The picker item type.

Properties

Link copied to clipboard

The default interpolated content color for this item.

Link copied to clipboard

A value from 0f to 1f where 0f is the centered selected row and 1f is the outer visible edge.

Link copied to clipboard

Whether the picker currently allows user interaction.

Link copied to clipboard

Whether this item is the currently selected item.

Link copied to clipboard
val item: T

The item value represented by this row.

Link copied to clipboard

The visible text produced by PickerItemFormat for this item.

Link copied to clipboard

The default interpolated text style for this item.