ClickCellCallback typedef

ClickCellCallback = void Function({int? row, int? section})

Implementation

typedef ClickCellCallback = void Function({int? section, int? row});