WidgetAtIndexPath typedef

WidgetAtIndexPath = Widget Function(BuildContext context, IndexPath indexPath)

Implementation

typedef WidgetAtIndexPath = Widget Function(
  BuildContext context,
  IndexPath indexPath,
);