onItemActivated property

ValueChanged<GridItemType?>? onItemActivated
final

Called when the user activates an item on the grid.

The activation can be performed by:

  1. Pressing UP ARROW or DOWN ARROW.
  2. Pressing LEFT ARROW or RIGHT ARROW.

Implementation

final ValueChanged<GridItemType?>? onItemActivated;