Followed this tutorial. Index is given in the itemBuilder, as itemBuilder is automatically called as many times as it takes to fill its available space (and therefore iterates through the indices of the list). Then passed from there to _buildTodoItem, and built into that item’s _promptRemoveTodoItem call. Flutter Core Principles for reference. The tutorial aboveContinue reading “Making a To-do List App”