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