onRowFieldClick property
dynamic Function()?
onRowFieldClick
getter/setter pair
onRowFieldClick is a Function. If the type of the field or cell is "Clickable", then this function is called on when user click on the field or cell.
Implementation
Function()? onRowFieldClick;