getOnLongPress method

Function getOnLongPress()

Returns the onLongPress of the matched ListTile via Widget.toDiagnosticsNode

Implementation

Function getOnLongPress() {
  return getDiagnosticProp<Function>('onLongPress');
}