SimpleBubbleMatrixCellTapCallback typedef

SimpleBubbleMatrixCellTapCallback = void Function(SimpleBubbleMatrixCell cell, int rowIndex, int columnIndex)

Implementation

typedef SimpleBubbleMatrixCellTapCallback =
    void Function(SimpleBubbleMatrixCell cell, int rowIndex, int columnIndex);