onCurrentCellActivating property
Invoked when the cell is being activated.
This callback's return type is bool. So, if you want to cancel cell activation based on the condition, return false. Otherwise, return true.
Implementation
final CurrentCellActivatingCallback? onCurrentCellActivating;