onCurrentCellActivated property

CurrentCellActivatedCallback? onCurrentCellActivated
final

Invoked when the cell is activated.

This callback never be called when the onCurrentCellActivating is returned as false.

Implementation

final CurrentCellActivatedCallback? onCurrentCellActivated;