 `onTap` function is marked as nullable, but `!` null check operator is used on it, which results in an error in one of my apps. If this is a legit issue, can I make an MR fixing this?