CellAtIndexPathCallBack typedef

CellAtIndexPathCallBack = Widget Function(int section, int row)

Implementation

typedef Widget CellAtIndexPathCallBack(int section, int row);