WheelPicker
A common picker widget defined by PICO Design.
Parameters
The items count.
Returns the text based on the given index.
The Modifier used by the WheelPicker.
The height of picker's item.
The margin of picker's item.
The number of visible rows.
Will be called with the current selected index when scrolling finished.
A WheelPickerColors to customize the appearance of pickers.
The initial selected item index, default is rowNumber/2.
The indicator's background shape.
The TextStyle used by the indicator to draw text.
Whether the list can scroll infinitely.
The text will show at left of indicator center text.
The text will show at right of indicator center text.
The state object to be used to control or observe the list's state. See also rememberWheelState.
A common picker widget defined by PICO Design.
Parameters
The items count.
Returns the text based on the given index.
The Modifier used by the WheelPicker.
The height of picker's item.
The margin of picker's item.
The number of visible rows.
Will be called with the current selected index when scrolling finished.
A WheelPickerColors to customize the appearance of pickers.
The WheelPickerVibrants to customize the appearance of pickers.
The initial selected item index, default is rowNumber/2.
The indicator's background shape.
The TextStyle used by the indicator to draw text.
Whether the list can scroll infinitely.
The text will show at left of indicator center text.
The text will show at right of indicator center text.
The state object to be used to control or observe the list's state. See also rememberWheelState.