getWidgetAt method

Widget getWidgetAt (
  1. int index
)

Gets the cell widget by index.

Implementation

Widget getWidgetAt(int index) => _slots[index].child;