buildItem abstract method
Builds the widget for a specific item in the current column.
This method is called for each visible item in the picker to create the widget that represents that item.
Parameters:
context
- The build contextindex
- The item index within the current column
Returns a widget representing the item.
Implementation
Widget buildItem(BuildContext context, int index);