Signature for a function that creates a widget for a given index, e.g., in a list.
Used by builder.
Source
typedef Widget IndexedWidgetBuilder(BuildContext context, int index);
Signature for a function that creates a widget for a given index, e.g., in a list.
Used by builder.
typedef Widget IndexedWidgetBuilder(BuildContext context, int index);