onRowClick property
dynamic Function()?
onRowClick
getter/setter pair
onRowClick is a Function. this function is called when the particular row is tapped.
Implementation
Function()? onRowClick;
onRowClick is a Function. this function is called when the particular row is tapped.
Function()? onRowClick;