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;