JustIndexedWidgetBuilder typedef

JustIndexedWidgetBuilder = Widget Function(int index)

Signature for a function that creates a widget for a given index, e.g., in a list.

Implementation

typedef JustIndexedWidgetBuilder = Widget Function(int index);