onTapUp method

  1. @override
void onTapUp(
  1. TapUpEvent event
)

Implementation

@override
void onTapUp(TapUpEvent event) {
  // Invoke the callback when the list item is tapped.
  onPressed?.call();
}