getOnTap method

Function getOnTap()

Returns the onTap of the matched ListTile via Widget.toDiagnosticsNode

Implementation

Function getOnTap() {
  return getDiagnosticProp<Function>('onTap');
}