onItemSelected property
Called when the user selects an item on the grid.
The selection can be performed by:
- Tapping on an item in the grid.
- Pressing ENTER when the grid has an active item.
Implementation
final ValueChanged<GridItemType?> onItemSelected;