RightWheelPanel<T> constructor
const
RightWheelPanel<T> (
- List<
T> itemTitles, { - Key? key,
- required ValueChanged<
T> onSelected, - int initialIndex = 0,
- String displayFormatter(
- T item
Implementation
const RightWheelPanel(
this.itemTitles, {
super.key,
required this.onSelected,
this.initialIndex = 0,
this.displayFormatter,
});