pub fn on_press<T, V, F>(content: V, on_press: F) -> Clickable<T, V, F>where V: View<T>, F: FnMut(&mut EventCx<'_, '_>, &mut T) + 'static,
Create a new Clickable, that calls on_press when pressed.
Clickable
on_press